[57804] trunk/dports/lang/gcc42/Portfile

jmr at macports.org jmr at macports.org
Wed Sep 16 16:12:45 PDT 2009


Revision: 57804
          http://trac.macports.org/changeset/57804
Author:   jmr at macports.org
Date:     2009-09-16 16:12:44 -0700 (Wed, 16 Sep 2009)
Log Message:
-----------
gcc42: convince the build system that the build and host systems are the same

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

Modified: trunk/dports/lang/gcc42/Portfile
===================================================================
--- trunk/dports/lang/gcc42/Portfile	2009-09-16 21:08:22 UTC (rev 57803)
+++ trunk/dports/lang/gcc42/Portfile	2009-09-16 23:12:44 UTC (rev 57804)
@@ -56,7 +56,7 @@
     configure.cc_archflags
     configure.cxx_archflags
     configure.objc_archflags
-    configure.pre_args-append --build=${build_arch}-apple-darwin${os.major}
+    configure.pre_args-append --build=${build_arch}-apple-darwin${os.major} --host=${build_arch}-apple-darwin${os.major}
 }
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090916/ef051d0a/attachment.html>


More information about the macports-changes mailing list