Changeset 80098
- Timestamp:
- 07/04/11 02:25:03 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/liboil/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/liboil/Portfile
r79543 r80098 58 58 reinplace "s|__HOST_CPU__|${build_arch}|" ${worksrcpath}/configure 59 59 } 60 } 60 61 61 # BUILD FIX TODO: 62 # llvm-gcc-4.2 and clang fail to build as of 2011.06.16 63 # This is an error in the package. 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"} { 64 67 configure.compiler gcc-4.2 65 68 } 66
Note: See TracChangeset
for help on using the changeset viewer.

