Ticket #6861: Portfile.diff
File Portfile.diff, 965 bytes (added by andre@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name xmlwrapp 5 5 version 0.5.0 6 revision 26 revision 3 7 7 categories devel 8 8 maintainers andre@splunk.com 9 9 description xmlwrapp is a modern style C++ library for working with XML data … … 40 40 reinplace "s#POST_LDFLAGS=#POST_LDFLAGS=-L${prefix}/lib -lxml2 -lz -lpthread -liconv -lm -lxslt -lexslt -L../libxml -lxmlwrapp#" src/libxslt/Makefile 41 41 reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" src/libxslt/Makefile 42 42 43 reinplace "s#libxmlwrapp.so.5#libxmlwrapp.5.dylib#g" Makefile 43 44 reinplace "s#libxmlwrapp.so#libxmlwrapp.dylib#g" Makefile 45 46 reinplace "s#libxsltwrapp.so.2#libxsltwrapp.2.dylib#g" Makefile 44 47 reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" Makefile 45 48 }