New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80856


Ignore:
Timestamp:
07/19/11 00:08:43 (4 years ago)
Author:
jwa@…
Message:

added default variant sdl, closes ticket #30208

File:
1 edited

Legend:

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

    r80802 r80856  
    77conflicts               wxgtk wxWidgets 
    88version                 2.9.2 
     9revision                1 
    910 
    1011categories              graphics devel 
     
    3839                            port:zlib \ 
    3940                            port:libiconv \ 
    40                             port:expat \ 
    41                             path:lib/pkgconfig/sdl.pc:libsdl \ 
    42                             port:libsdl_mixer 
    43  
     41                            port:expat 
    4442 
    4543archcheck.files lib/libjpeg.dylib \ 
     
    6664                            --with-opengl \ 
    6765                            --with-cocoa \ 
     66                            --without-sdl \ 
    6867                            --enable-unicode \ 
    6968                            --enable-display 
     
    8382} 
    8483 
     84default_variants        +sdl 
     85 
    8586variant monolithic description {build only one library} { 
    8687    configure.args-append       --enable-monolithic 
     
    9192} 
    9293 
     94variant sdl description {Use SDL for audio on Unix} {  
     95    depends_lib-append          path:lib/pkgconfig/sdl.pc:libsdl  
     96    depends_lib-append          port:libsdl_mixer  
     97    configure.args-delete       --without-sdl  
     98    configure.args-append       --with-sdl  
     99}  
     100          
     101variant stdlib description {add support for various standard library features} {  
     102    configure.args-append       --enable-stl \  
     103    --enable-std_containers \  
     104    --enable-std_iostreams \  
     105    --enable-std_string \  
     106    --enable-std_string_conv_in_wxstring  
     107}  
     108 
    93109livecheck.type          regex 
    94110livecheck.url           ${homepage}/downloads/ 
Note: See TracChangeset for help on using the changeset viewer.