[87835] trunk/dports/lang/gcc46/Portfile

adfernandes at macports.org adfernandes at macports.org
Wed Dec 7 12:05:52 PST 2011


Revision: 87835
          http://trac.macports.org/changeset/87835
Author:   adfernandes at macports.org
Date:     2011-12-07 12:05:52 -0800 (Wed, 07 Dec 2011)
Log Message:
-----------
lang/gcc46: remove --enable-fully-dynamic-string as per #31171 and openmaintainer

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

Modified: trunk/dports/lang/gcc46/Portfile
===================================================================
--- trunk/dports/lang/gcc46/Portfile	2011-12-07 20:00:27 UTC (rev 87834)
+++ trunk/dports/lang/gcc46/Portfile	2011-12-07 20:05:52 UTC (rev 87835)
@@ -118,9 +118,6 @@
 	# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248
 	configure.args-append --with-dwarf2
 }
-platform darwin 10 {
-	configure.args-append --enable-fully-dynamic-string
-}
 
 platform powerpc {
     configure.universal_archs ppc ppc64
@@ -136,6 +133,11 @@
     configure.args-delete --disable-multilib
 }
 
+variant cloog description {enable the CLOOG Graphite loop optimizations} {
+    configure.args-append   --with-cloog=${prefix} --enable-cloog-backend=isl
+    depends.lib-append      port:cloog
+}
+
 livecheck.type  regex
 livecheck.url   http://gcc.gnu.org/gcc-4.6/
 livecheck.regex GCC (4\\.6\\.\[0-9\])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111207/575c7f77/attachment.html>


More information about the macports-changes mailing list