Changeset 80141
- Timestamp:
- 07/05/11 00:21:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/liboil/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/liboil/Portfile
r80098 r80141 60 60 } 61 61 62 # BUILD FIX TODO: 63 # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 64 # This is an error in the package. 65 if {${configure.compiler} == "llvm-gcc-4.2" || 66 ${configure.compiler} == "clang"} { 67 configure.compiler gcc-4.2 62 # icky inline asm... clang doesn't want to touch it, but we can force it 63 if {${configure.compiler} == "clang"} { 64 configure.cflags-append -fheinous-gnu-extensions 68 65 }
Note: See TracChangeset
for help on using the changeset viewer.

