New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81315


Ignore:
Timestamp:
07/29/11 03:09:41 (4 years ago)
Author:
jmr@…
Message:

bzflag: disable SDL test correctly, add darwin 10 patches on darwin 11 too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/bzflag/Portfile

    r81314 r81315  
    3535                    --includedir=${prefix}/include/${name} \ 
    3636                    --with-sdl-exec-prefix=${prefix} \ 
    37                     --disable-sdl-test \ 
     37                    --disable-sdltest \ 
    3838                    --without-x 
    3939 
     
    5656} 
    5757 
    58 platform darwin 10 { 
     58if {${os.platform} == "darwin" && ${os.major} >= 10} { 
    5959    patchfiles-append patch-include__bzfSDL.h patch-src__platform__SDLDisplay.cxx 
    6060} 
Note: See TracChangeset for help on using the changeset viewer.