[81417] trunk/dports/graphics/wxWidgets-devel/Portfile
Revision: 81417 http://trac.macports.org/changeset/81417 Author: jwa@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} {
participants (1)
-
jwa@macports.org