Modified: trunk/dports/lang/gcc46/Portfile (80115 => 80116)
--- trunk/dports/lang/gcc46/Portfile 2011-07-04 17:07:39 UTC (rev 80115)
+++ trunk/dports/lang/gcc46/Portfile 2011-07-04 17:07:46 UTC (rev 80116)
@@ -129,6 +129,10 @@
configure.args-append --enable-fully-dynamic-string
}
+platform darwin 11 {
+ configure.args-append --enable-fully-dynamic-string
+}
+
# due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly
variant gfortran conflicts java \
description "Enables Fortran/gfortran; this language will be enabled in the final version - this variant is completely untested!" {