[61596] trunk/dports/graphics/wxWidgets/Portfile

jwa at macports.org jwa at macports.org
Wed Dec 16 11:24:43 PST 2009


Revision: 61596
          http://trac.macports.org/changeset/61596
Author:   jwa at macports.org
Date:     2009-12-16 11:24:42 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------
make wxWidgets build on 10.6, hopefully nothing else breaks

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets/Portfile

Modified: trunk/dports/graphics/wxWidgets/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets/Portfile	2009-12-16 18:54:45 UTC (rev 61595)
+++ trunk/dports/graphics/wxWidgets/Portfile	2009-12-16 19:24:42 UTC (rev 61596)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup               archcheck 1.0
 
 name			wxWidgets
 epoch			2
@@ -69,8 +70,18 @@
 
 build.target
 
+universal_variant	no
 use_parallel_build no
 
+platform darwin 10 {
+    configure.build_arch	i386
+#    configure.cflags	"-arch i386"
+    configure.cppflags	"-arch i386"
+#    configure.cxxflags	"-arch i386"
+#    configure.objcflags	"-arch i386"
+    configure.ldflags	"-arch i386"
+}
+
 post-build {
     foreach c { ${contrib} } {
 	system "cd ${build.dir} && make -C contrib/src/${c}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091216/a7c00db9/attachment-0001.html>


More information about the macports-changes mailing list