Ticket #6861: Portfile.diff

File Portfile.diff, 965 bytes (added by andre@…, 18 years ago)

Patches the Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44name              xmlwrapp
    55version           0.5.0
    6 revision          2
     6revision          3
    77categories        devel
    88maintainers       andre@splunk.com
    99description       xmlwrapp is a modern style C++ library for working with XML data
     
    4040        reinplace "s#POST_LDFLAGS=#POST_LDFLAGS=-L${prefix}/lib -lxml2 -lz -lpthread -liconv -lm -lxslt -lexslt -L../libxml -lxmlwrapp#" src/libxslt/Makefile
    4141        reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" src/libxslt/Makefile
    4242
     43        reinplace "s#libxmlwrapp.so.5#libxmlwrapp.5.dylib#g" Makefile
    4344        reinplace "s#libxmlwrapp.so#libxmlwrapp.dylib#g" Makefile
     45
     46        reinplace "s#libxsltwrapp.so.2#libxsltwrapp.2.dylib#g" Makefile
    4447        reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" Makefile
    4548}