Changeset 81353
- Timestamp:
- 07/29/11 09:24:20 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/graphics/wxWidgets/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/wxWidgets/Portfile
r80821 r81353 6 6 name wxWidgets 7 7 conflicts wxgtk wxWidgets-python 8 epoch 28 epoch 3 9 9 version 2.8.12 10 10 … … 75 75 --disable-sdltest \ 76 76 --enable-unicode \ 77 --enable-display \ 78 --enable-monolithic 77 --enable-display 79 78 80 79 set contrib "gizmos stc ogl" … … 88 87 supported_archs i386 ppc 89 88 configure.cppflags-append -arch ${configure.build_arch} 89 90 platform darwin 11 { 91 configure.args-append \ 92 --with-macosx-sdk=/Developer/SDKs/MacOSX10.67.sdk \ 93 --with-macosx-version-min=10.6 94 } 90 95 91 96 post-build { … … 112 117 } 113 118 114 variant nonmonolithic description {build libraries separately} {115 configure.args- delete--enable-monolithic119 variant monolithic description {build only one library} { 120 configure.args-append --enable-monolithic 116 121 } 117 122
Note: See TracChangeset
for help on using the changeset viewer.

