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

Modified Files:
        sqlite3.info 
Log Message:
fix for 10.4

Index: sqlite3.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/sqlite3.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- sqlite3.info        13 Apr 2010 00:31:53 -0000      1.20
+++ sqlite3.info        13 Apr 2010 16:53:48 -0000      1.21
@@ -44,6 +44,8 @@
 
 CompileScript: <<
     #!/bin/sh -ev
+       # 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
     unset TCLLIBPATH
     config_TARGET_READLINE_LIBS='-L%p/lib -lreadline -lncurses' \
         ./configure %c


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to