Changeset 81076
- Timestamp:
- 07/24/11 16:03:00 (4 years ago)
- Location:
- trunk/dports/devel/libsdl
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (2 diffs)
-
files/mmx.h.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libsdl/Portfile
r80183 r81076 35 35 minimum_xcodeversions {8 2.4.1} 36 36 37 patchfiles cpuinfo.diff patch-SDL_x11gl_c.h.diff 37 patchfiles cpuinfo.diff patch-SDL_x11gl_c.h.diff mmx.h.diff 38 38 39 39 configure.args --enable-shared \ … … 89 89 } 90 90 91 # BUILD FIX TODO: llvm-gcc-4.2, clang92 # llvm-gcc-4.2 and clang fail to build as of 2011.06.1593 # 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.297 }98 99 91 livecheck.type regex 100 92 livecheck.url ${homepage}download.php
Note: See TracChangeset
for help on using the changeset viewer.

