Ticket #17676: Portfile-libxslt.diff
File Portfile-libxslt.diff, 563 bytes (added by macports@…, 16 years ago) |
---|
-
/opt/local/var/macports/sources/rsync.macports.org/release/ports/textproc/libxslt/Portfile
old new 56 56 build.env-append MACOSX_DEPLOYMENT_TARGET=10.5 57 57 } 58 58 59 platform static { 60 configure.args-append --enable-static=yes 61 configure.args-delete --enable-static=no 62 } 63 64 59 65 pre-configure { 60 66 reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh 61 67 }