[86495] trunk/dports/devel/libgii/Portfile

jmr at macports.org jmr at macports.org
Wed Oct 26 14:31:04 PDT 2011


Revision: 86495
          http://trac.macports.org/changeset/86495
Author:   jmr at macports.org
Date:     2011-10-26 14:31:02 -0700 (Wed, 26 Oct 2011)
Log Message:
-----------
libgii: use --build configure arg to prevent IA32 asm being used on x86_64

Modified Paths:
--------------
    trunk/dports/devel/libgii/Portfile

Modified: trunk/dports/devel/libgii/Portfile
===================================================================
--- trunk/dports/devel/libgii/Portfile	2011-10-26 21:16:58 UTC (rev 86494)
+++ trunk/dports/devel/libgii/Portfile	2011-10-26 21:31:02 UTC (rev 86495)
@@ -38,3 +38,7 @@
 }
 
 configure.args   --mandir=${prefix}/share/man
+
+if {$build_arch == "x86_64" && ${os.platform} == "darwin"} {
+    configure.args-append --build=${build_arch}-apple-${os.platform}${os.version}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111026/ee594b77/attachment.html>


More information about the macports-changes mailing list