Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29104

Modified Files:
        db51.info 
Log Message:
Fix building on 10.4 by borrowing same fix from sqlite3.


Index: db51.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/db51.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- db51.info   11 Sep 2010 15:32:50 -0000      1.3
+++ db51.info   16 Oct 2010 21:30:56 -0000      1.4
@@ -68,6 +68,8 @@
   export CC="gcc"
   export CXX="g++"
 fi
+# On 10.4, libSystem does not contain _gethostuuid  :
+if [ `sw_vers -productVersion|cut -f2 -d.` -lt 5 ] ; then export 
CFLAGS="-DSQLITE_ENABLE_LOCKING_STYLE=0 $CFLAGS" ; fi
 F77=no ../dist/configure %c
 perl -pi.bak -e 's,api_java,,g' Makefile
 make UTIL_PROGS=""


------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to