[32356] trunk/dports/lang/gcc43/Portfile

mww at macports.org mww at macports.org
Thu Dec 27 03:31:43 PST 2007


Revision: 32356
          http://trac.macosforge.org/projects/macports/changeset/32356
Author:   mww at macports.org
Date:     2007-12-27 03:31:39 -0800 (Thu, 27 Dec 2007)

Log Message:
-----------
fix 'enable-languages' string in 'gfortran' variant

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

Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile	2007-12-27 08:43:48 UTC (rev 32355)
+++ trunk/dports/lang/gcc43/Portfile	2007-12-27 11:31:39 UTC (rev 32356)
@@ -107,7 +107,7 @@
 variant gfortran \
 	description "Enables fortran; this language will be enabled in the final version - this variant is completely untested!" {
 	configure.args-delete --enable-languages=c,c++,objc,obj-c++
-	configure.args-append --enable-languages=c,c++,objc,objc++,fortran
+	configure.args-append --enable-languages=c,c++,objc,obj-c++,fortran
 }
 
 livecheck.check	regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071227/8c42b816/attachment.html


More information about the macports-changes mailing list