Ticket #17242: Portfile.diff
File Portfile.diff, 705 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 219 219 220 220 # See http://bugs.php.net/bug.php?id=44991 221 221 post-patch { 222 reinplace "s|tds.h|sybdb.h|g" ${worksrcpath}/ configure223 reinplace "s|libtds.a|libsybdb.a|g" ${worksrcpath}/ configure224 reinplace "s|libtds.so|libsybdb.dylib|g" ${worksrcpath}/ configure222 reinplace "s|tds.h|sybdb.h|g" ${worksrcpath}/ext/mssql/config.m4 223 reinplace "s|libtds.a|libsybdb.a|g" ${worksrcpath}/ext/mssql/config.m4 224 reinplace "s|libtds.so|libsybdb.dylib|g" ${worksrcpath}/ext/mssql/config.m4 225 225 } 226 226 } 227 227