Changeset 79543
- Timestamp:
- 06/17/11 00:31:53 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/liboil/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/liboil/Portfile
r66066 r79543 51 51 } 52 52 } 53 54 platform darwin 11 { 55 # NB: won't work for universal building, but this port doesn't support it yet 56 patchfiles-append host_cpu.diff 57 post-patch { 58 reinplace "s|__HOST_CPU__|${build_arch}|" ${worksrcpath}/configure 59 } 60 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. 64 configure.compiler gcc-4.2 65 } 66
Note: See TracChangeset
for help on using the changeset viewer.

