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

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 24 06:44:31 PDT 2007


Revision: 27204
          http://trac.macosforge.org/projects/macports/changeset/27204
Author:   mww at macports.org
Date:     2007-07-24 06:44:30 -0700 (Tue, 24 Jul 2007)

Log Message:
-----------
add 'gfortran' variant for the adventurous

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

Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile	2007-07-24 10:20:36 UTC (rev 27203)
+++ trunk/dports/lang/gcc43/Portfile	2007-07-24 13:44:30 UTC (rev 27204)
@@ -96,6 +96,12 @@
 				--with-ar=${prefix}/bin/odar
 }
 
+# due to popular request - untested for the BETA; will be removed as soon as other languages than C compile successfuly
+variant gfortran {
+	configure.args-delete --enable-languages=c
+	configure.args-append --enable-languages=c,fortran
+}
+
 livecheck.check	regex
 livecheck.url	ftp://gcc.gnu.org/pub/gcc/snapshots/
 livecheck.regex	LATEST-4.3 -> (4.3-\[0-9\]+)

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


More information about the macports-changes mailing list