Ticket #14203: Portfile.diff
File Portfile.diff, 486 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 30 30 test.target check 31 31 test.env DYLD_LIBRARY_PATH=${worksrcpath}/.libs 32 32 33 post-patch { 34 reinplace "s|for ac_header in uuid.h uuid/uuid.h sys/uuid.h|for ac_header in uuid/uuid.h sys/uuid.h uuid.h|" \ 35 ${worksrcpath}/configure 36 } 37 33 38 platform darwin 9 { 34 39 post-configure { 35 40 reinplace {s|\(#define APR_HAS_SENDFILE[[:space:]]*\)1|\1 0|} ${worksrcpath}/include/apr.h