Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5458/stable/main/finkinfo/languages

Modified Files:
        fpc.info 
Log Message:
enable the compiler utility  msgdif

Index: fpc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fpc.info    22 May 2009 11:31:24 -0000      1.3
+++ fpc.info    1 Nov 2009 18:31:25 -0000       1.4
@@ -1,7 +1,7 @@
 Package: fpc
 Version: 2.2.4
-Revision: 1
-Architecture: powerpc, i386
+Revision: 2
+Architecture: powerpc, i386, x86_64
 Depends: fpc-config
 Recommends: fpc-doc
 
@@ -36,6 +36,11 @@
   if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; else ppcarch="ppc386" ; fi
   make ide PP=%b/compiler/$ppcarch
 
+# compile the the compiler utility msgdif
+
+  cd compiler/utils
+  fpc msgdif.pp
+
 <<
 
 InfoTest: <<
@@ -63,7 +68,9 @@
   ln -sf ../lib/fpc/%v/$ppcarch %i/bin/$ppcarch
   make ide_install       INSTALL_PREFIX=%i       PP=%b/compiler/$ppcarch 
FPCMAKE=%b/utils/fpcm/fpcmake
   make -C ../install/man INSTALL_PREFIX=%i/share
-  make -C ../install/doc INSTALL_PREFIX=%i/share PP=%b/compiler/$ppcarch 
+  make -C ../install/doc INSTALL_PREFIX=%i/share PP=%b/compiler/$ppcarch
+
+  install compiler/utils/msgdif %i/bin
 <<
 
 RuntimeVars: <<


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to