Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24403
Modified Files: tcltk-10.9.info Log Message: use correct size for ptrdiff_t with libc++ Index: tcltk-10.9.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/tcltk-10.9.info,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- tcltk-10.9.info 30 Jul 2013 13:39:01 -0000 1.5 +++ tcltk-10.9.info 21 Aug 2013 17:00:51 -0000 1.6 @@ -1,7 +1,7 @@ Package: tcltk Epoch: 1 Version: 8.6.0 -Revision: 100 +Revision: 101 Distribution: 10.9 BuildDepends: << fink-package-precedence, @@ -37,6 +37,9 @@ CompileScript: << #!/bin/sh -ev + # libc++ doesn't set STDC_HEADERS so wrong size is used for ptrdiff_t on x86_64 + perl -pi -e 's|typedef int ptrdiff_t|typedef long ptrdiff_t|g' tcl%v/generic/tclInt.h + pushd tcl%v/unix export COMMAND_MODE=legacy ./configure %c --build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname -r|cut -f1 -d.` ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs