[60137] trunk/dports/lang/g95/Portfile

jmr at macports.org jmr at macports.org
Mon Nov 2 18:49:59 PST 2009


Revision: 60137
          http://trac.macports.org/changeset/60137
Author:   jmr at macports.org
Date:     2009-11-02 18:49:59 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
g95: missed a spot when removing the darwin 9 platform variant (#22348)

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

Modified: trunk/dports/lang/g95/Portfile
===================================================================
--- trunk/dports/lang/g95/Portfile	2009-11-03 02:46:23 UTC (rev 60136)
+++ trunk/dports/lang/g95/Portfile	2009-11-03 02:49:59 UTC (rev 60137)
@@ -52,7 +52,7 @@
 pre-configure {
     file mkdir ${workpath}/gcc-${version_gcc}/${name}
     reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c
-    if {[variant_isset darwin_9]} {
+    if {![variant_isset darwin_8]} {
         reinplace "s|i686|i386|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/darwin.h
         set gcc_configargs "--with-as=/usr/bin/as --with-ld=/usr/bin/ld --with-nm=/usr/bin/nm"
     } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/cafb4411/attachment.html>


More information about the macports-changes mailing list