Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2168/stable/main/finkinfo/languages

Modified Files:
        tcltk.info 
Log Message:
backport bugfix


Index: tcltk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/tcltk.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tcltk.info  9 Feb 2010 20:12:18 -0000       1.6
+++ tcltk.info  22 Oct 2010 04:39:57 -0000      1.7
@@ -1,6 +1,6 @@
 Package: tcltk
 Version: 8.4.19
-Revision: 2
+Revision: 3
 BuildDepends: x11-dev, fink (>= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
 Source: mirror:sourceforge:tcl/tcl%v-src.tar.gz
@@ -22,7 +22,8 @@
        popd
 
        pushd tk%v/unix
-               ./configure %c
+               export DYLD_FALLBACK_LIBRARY_PATH=%b/tcl%v/unix
+               ac_cv_path_tclsh=%b/tcl%v/unix/tclsh ./configure %c
                make genstubs
                make
        popd
@@ -113,6 +114,11 @@
        tcl and tk are build in separate/parallel dirs. Clearer to do
        NoSourceDirectory and have them both subdirs of %b than to
        have one be %b and keep having to 'cd ..'
+
+       Make sure tk build finds tclsh from current build rather than
+       different-version one from installed fink package or different
+       arch and build-options one from OS X. Thanks pogma for helping
+       make sure tclsh finds its libtcl
 <<
 DescDetail: <<
 Tcl provides a portable scripting environment for Unix, Windows,


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to