Ticket #17242: Portfile.diff

File Portfile.diff, 705 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

    old new  
    219219   
    220220    # See http://bugs.php.net/bug.php?id=44991
    221221    post-patch {
    222         reinplace "s|tds.h|sybdb.h|g"               ${worksrcpath}/configure
    223         reinplace "s|libtds.a|libsybdb.a|g"         ${worksrcpath}/configure
    224         reinplace "s|libtds.so|libsybdb.dylib|g"    ${worksrcpath}/configure
     222        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
    225225    }
    226226}
    227227