Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24344

Modified Files:
        sqlite3.info 
Log Message:
stop using other programs for its install location

Index: sqlite3.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/sqlite3.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sqlite3.info        5 May 2009 19:04:25 -0000       1.16
+++ sqlite3.info        6 May 2009 15:24:43 -0000       1.17
@@ -1,6 +1,6 @@
 Package: sqlite3
 Version: 3.6.13
-Revision: 1
+Revision: 3
 
 Description: Embedded SQL database, version 3
 DescDetail: <<
@@ -11,6 +11,9 @@
 administer an SQLite database and which serves as an example of how to
 use the SQLite library.
 <<
+DescPort: <<
+TCLLIBPATH is unset during the build to avoid it using other TK program's 
directories as the install location.
+<<
 
 License: Public Domain 
 Maintainer: Pepe Barbe <pepe.ba...@gmail.com>
@@ -44,9 +47,10 @@
 
 CompileScript: <<
     #!/bin/sh -ev
+    unset TCLLIBPATH
     config_TARGET_READLINE_LIBS='-L%p/lib -lreadline -lncurses' \
         ./configure %c
-    sed -i.bak -e s,'$(libdir)/sqlite','$(libdir)/tcl8.4/sqlite3', Makefile
+#    sed -i.bak -e s,'$(libdir)/sqlite','$(libdir)/tcl8.4/sqlite3', Makefile
     make
     make sqlite3_analyzer
 <<


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to