[100827] trunk/dports/lang/tcl/Portfile

g5pw at macports.org g5pw at macports.org
Thu Dec 27 15:14:40 PST 2012


Revision: 100827
          https://trac.macports.org/changeset/100827
Author:   g5pw at macports.org
Date:     2012-12-27 15:14:40 -0800 (Thu, 27 Dec 2012)
Log Message:
-----------
lang/tcl:
  fix default_variants
  fix build on PPC Tiger (#37369)

Modified Paths:
--------------
    trunk/dports/lang/tcl/Portfile

Modified: trunk/dports/lang/tcl/Portfile
===================================================================
--- trunk/dports/lang/tcl/Portfile	2012-12-27 22:30:33 UTC (rev 100826)
+++ trunk/dports/lang/tcl/Portfile	2012-12-27 23:14:40 UTC (rev 100827)
@@ -56,7 +56,7 @@
         configure.args-delete --disable-corefoundation
     }
     # tk +quartz crashes at launch without CF support
-    default_variants +corefoundation +threads
+    default_variants-append +corefoundation
 }
 
 variant memdebug description {enable memory debugging support} {
@@ -67,6 +67,13 @@
     configure.args-append tcl_cv_type_64bit="long long"
 }
 
+default_variants +threads
+
+platform darwin 8 {
+    # See http://trac.macports.org/ticket/32930 for why this is needed.
+    configure.cppflags-append -DSQLITE_WITHOUT_ZONEMALLOC
+}
+
 # Files with failing tests: socket.test
 test.run      yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121227/7baa0f5a/attachment.html>


More information about the macports-changes mailing list