New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81076


Ignore:
Timestamp:
07/24/11 16:03:00 (4 years ago)
Author:
jmr@…
Message:

libsdl: fix build with LLVM

Location:
trunk/dports/devel/libsdl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libsdl/Portfile

    r80183 r81076  
    3535minimum_xcodeversions {8 2.4.1} 
    3636 
    37 patchfiles      cpuinfo.diff patch-SDL_x11gl_c.h.diff 
     37patchfiles      cpuinfo.diff patch-SDL_x11gl_c.h.diff mmx.h.diff 
    3838 
    3939configure.args  --enable-shared \ 
     
    8989} 
    9090 
    91 # BUILD FIX TODO: llvm-gcc-4.2, clang 
    92 # llvm-gcc-4.2 and clang fail to build as of 2011.06.15 
    93 # This looks like an error in the package. 
    94 if {${configure.compiler} == "llvm-gcc-4.2" || 
    95     ${configure.compiler} == "clang"} { 
    96     configure.compiler gcc-4.2 
    97 } 
    98  
    9991livecheck.type  regex 
    10092livecheck.url   ${homepage}download.php 
Note: See TracChangeset for help on using the changeset viewer.