Revision
80116
Author
jeremyhu@macports.org
Date
2011-07-04 10:07:46 -0700 (Mon, 04 Jul 2011)

Log Message

gcc45: Copy darwin10 configure options for darwin11

Modified Paths

Diff

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!" {