[81417] trunk/dports/graphics/wxWidgets-devel/Portfile
jwa at macports.org
jwa at macports.org
Fri Jul 29 23:04:21 PDT 2011
Revision: 81417
http://trac.macports.org/changeset/81417
Author: jwa at macports.org
Date: 2011-07-29 23:04:19 -0700 (Fri, 29 Jul 2011)
Log Message:
-----------
fix Lion build
Modified Paths:
--------------
trunk/dports/graphics/wxWidgets-devel/Portfile
Modified: trunk/dports/graphics/wxWidgets-devel/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-devel/Portfile 2011-07-30 05:55:04 UTC (rev 81416)
+++ trunk/dports/graphics/wxWidgets-devel/Portfile 2011-07-30 06:04:19 UTC (rev 81417)
@@ -82,6 +82,12 @@
ln -sf ${confscript} ${destroot}${prefix}/bin/wx-config
}
+platform darwin 11 {
+ configure.args-append \
+ --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk \
+ --with-macosx-version-min=10.6
+}
+
default_variants +sdl
variant monolithic description {build only one library} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110729/86938c8c/attachment.html>
More information about the macports-changes
mailing list