[73991] trunk/dports/graphics/wxWidgets26/Portfile

jmr at macports.org jmr at macports.org
Wed Dec 1 12:37:26 PST 2010


Revision: 73991
          http://trac.macports.org/changeset/73991
Author:   jmr at macports.org
Date:     2010-12-01 12:37:21 -0800 (Wed, 01 Dec 2010)
Log Message:
-----------
wxWidgets26: 32-bit only, apply patches on darwin 10 too, disable parallel build which fails

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

Modified: trunk/dports/graphics/wxWidgets26/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets26/Portfile	2010-12-01 19:13:57 UTC (rev 73990)
+++ trunk/dports/graphics/wxWidgets26/Portfile	2010-12-01 20:37:21 UTC (rev 73991)
@@ -7,6 +7,7 @@
 revision        2
 categories		graphics devel
 platforms		darwin
+supported_archs	i386 ppc
 maintainers		jwa
 description		mature cross-platform C++ GUI framework
 long_description	wxWidgets is a mature open-source cross-platform C++ \
@@ -46,6 +47,11 @@
 
 extract.only	${distname}-${version}${extract.suffix}
 
+patchfiles	patch.MoreFilesX.h.diff \
+	patch.MoreFilesX.c.diff \
+	patch.MoreFilesX.cpp.diff \
+	patch.thread.cpp.diff
+
 #configure.cmd	../${distname}-${version}/configure
 configure.cmd	../configure
 configure.args	--mandir=${prefix}/share/man \
@@ -64,10 +70,11 @@
 
 set contrib		"animate gizmos stc ogl"
 
+use_parallel_build no
 build.target
 
-platform darwin 9 {
-    patchfiles	patch.MoreFilesX.h.diff \
+platform darwin 8 {
+    patchfiles-delete	patch.MoreFilesX.h.diff \
 	patch.MoreFilesX.c.diff \
 	patch.MoreFilesX.cpp.diff \
 	patch.thread.cpp.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101201/3f82b362/attachment.html>


More information about the macports-changes mailing list