[47135] trunk/dports/lang/gdc/Portfile

mww at macports.org mww at macports.org
Sun Feb 22 07:22:08 PST 2009


Revision: 47135
          http://trac.macports.org/changeset/47135
Author:   mww at macports.org
Date:     2009-02-22 07:22:06 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
avoid non-sense error message when compiling with gdc (#18588)

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

Modified: trunk/dports/lang/gdc/Portfile
===================================================================
--- trunk/dports/lang/gdc/Portfile	2009-02-22 14:52:17 UTC (rev 47134)
+++ trunk/dports/lang/gdc/Portfile	2009-02-22 15:22:06 UTC (rev 47135)
@@ -4,7 +4,7 @@
 
 name			gdc
 version			0.24
-revision		1
+revision		2
 set gcc_version		4.1.2
 categories		lang
 platforms		darwin
@@ -38,6 +38,7 @@
 patch.dir	${workpath}/gcc-${gcc_version}
 post-patch {
 	system "cd ${workpath}/gcc-${gcc_version}/ && gcc/d/setup-gcc.sh"
+	reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${gcc_version}/gcc/config/i386/i386.c
 }
 
 configure.cmd		${workpath}/gcc-${gcc_version}/configure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090222/07e554bb/attachment.html>


More information about the macports-changes mailing list