Ticket #6760: Portfile.diff
File Portfile.diff, 943 bytes (added by andre@…, 19 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile,v 1. 2 2006/01/24 09:51:10 blbExp $1 # $Id: Portfile,v 1.1 2005/07/29 14:25:49 mww Exp $ 2 2 3 3 PortSystem 1.0 4 4 name xmlwrapp 5 5 version 0.5.0 6 revision 16 revision 2 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 … … 39 39 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 43 reinplace "s#libxmlwrapp.so#libxmlwrapp.dylib#g" Makefile 44 reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" Makefile 42 45 }