Ticket #26003: Portfile.diff
File Portfile.diff, 726 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 14 years ago) |
---|
-
Portfile
old new 52 52 53 53 use_configure no 54 54 55 if { ![variant_isset universal] } { 56 set ccopts "${configure.cflags} -arch ${build_arch}" 57 } else { 58 set ccopts "${configure.cflags} ${configure.universal_cflags}" 59 } 60 55 61 build.post_args PREFIX='${prefix}' \ 56 62 ZLIBDIR='${prefix}' \ 57 63 JPEGDIR='${prefix}' \ 58 64 TIFFDIR='${prefix}' \ 59 65 PNGDIR='${prefix}' \ 66 CC=${configure.cc} \ 67 CCOPTS='${ccopts}' 60 68 61 69 destroot.post_args PREFIX='${prefix}' DESTDIR='${destroot}' 62 70