[60617] trunk/dports/cross/i386-mingw32-gcc/Portfile

jmr at macports.org jmr at macports.org
Mon Nov 16 14:36:18 PST 2009


Revision: 60617
          http://trac.macports.org/changeset/60617
Author:   jmr at macports.org
Date:     2009-11-16 14:36:17 -0800 (Mon, 16 Nov 2009)
Log Message:
-----------
i386-mingw32-gcc: use --host as well as --build since it apparently doesn't default the former to the latter, and mark mtree violation

Modified Paths:
--------------
    trunk/dports/cross/i386-mingw32-gcc/Portfile

Modified: trunk/dports/cross/i386-mingw32-gcc/Portfile
===================================================================
--- trunk/dports/cross/i386-mingw32-gcc/Portfile	2009-11-16 22:28:43 UTC (rev 60616)
+++ trunk/dports/cross/i386-mingw32-gcc/Portfile	2009-11-16 22:36:17 UTC (rev 60617)
@@ -71,7 +71,8 @@
     configure.cxx_archflags
     configure.objc_archflags
     if {${os.platform} == "darwin"} {
-        configure.args-append --build=${build_arch}-apple-darwin${os.major}
+        configure.args-append --build=${build_arch}-apple-darwin${os.major} \
+                              --host=${build_arch}-apple-darwin${os.major}
     }
 }
 
@@ -163,6 +164,7 @@
 
 }
 
+destroot.violate_mtree	yes
 post-destroot {
 	# Stuff I don't want (either because they're in the system
 	# or because they would conflict with other FSF ports)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091116/ddc74d12/attachment.html>


More information about the macports-changes mailing list