New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81353


Ignore:
Timestamp:
07/29/11 09:24:20 (4 years ago)
Author:
jwa@…
Message:

fix build on 10.7, change default to be nonmonolithic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/wxWidgets/Portfile

    r80821 r81353  
    66name                    wxWidgets 
    77conflicts               wxgtk wxWidgets-python 
    8 epoch                   2 
     8epoch                   3 
    99version                 2.8.12 
    1010 
     
    7575                            --disable-sdltest \ 
    7676                            --enable-unicode \ 
    77                             --enable-display \ 
    78                             --enable-monolithic 
     77                            --enable-display 
    7978 
    8079set contrib             "gizmos stc ogl" 
     
    8887supported_archs i386 ppc 
    8988configure.cppflags-append -arch ${configure.build_arch} 
     89 
     90platform darwin 11 { 
     91         configure.args-append \ 
     92         --with-macosx-sdk=/Developer/SDKs/MacOSX10.67.sdk \ 
     93         --with-macosx-version-min=10.6 
     94} 
    9095 
    9196post-build { 
     
    112117} 
    113118 
    114 variant nonmonolithic description {build libraries separately} { 
    115     configure.args-delete       --enable-monolithic 
     119variant monolithic description {build only one library} { 
     120    configure.args-append       --enable-monolithic 
    116121} 
    117122 
Note: See TracChangeset for help on using the changeset viewer.