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

takeshi at macports.org takeshi at macports.org
Fri Feb 22 22:17:00 PST 2008


Revision: 34401
          http://trac.macosforge.org/projects/macports/changeset/34401
Author:   takeshi at macports.org
Date:     2008-02-22 22:17:00 -0800 (Fri, 22 Feb 2008)

Log Message:
-----------
apply a patch to i386.c on Tiger

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

Modified: trunk/dports/lang/g95/Portfile
===================================================================
--- trunk/dports/lang/g95/Portfile	2008-02-23 06:12:37 UTC (rev 34400)
+++ trunk/dports/lang/g95/Portfile	2008-02-23 06:17:00 UTC (rev 34401)
@@ -4,7 +4,7 @@
 
 name            g95
 version         0.90
-revision        4
+revision        5
 platforms       darwin
 categories      lang
 maintainers     takeshi at macports.org
@@ -35,9 +35,9 @@
 
 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]} {
         reinplace "s|i686|i386|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/darwin.h
-        reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c
         set gcc_configargs "--with-as=/usr/bin/as --with-ld=/usr/bin/ld --with-nm=/usr/bin/nm"
     } else {
         reinplace "s|/usr/bin/libtool|${prefix}/bin/odlibtool|" ${workpath}/gcc-${version_gcc}/gcc/config/darwin.h

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


More information about the macports-changes mailing list