Ticket #6760: Portfile.diff

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

Patches the Portfile

  • Portfile

    old new  
    1 # $Id: Portfile,v 1.2 2006/01/24 09:51:10 blb Exp $
     1# $Id: Portfile,v 1.1 2005/07/29 14:25:49 mww Exp $
    22
    33PortSystem 1.0
    44name              xmlwrapp
    55version           0.5.0
    6 revision          1
     6revision          2
    77categories        devel
    88maintainers       andre@splunk.com
    99description       xmlwrapp is a modern style C++ library for working with XML data
     
    3939
    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
     42
     43        reinplace "s#libxmlwrapp.so#libxmlwrapp.dylib#g" Makefile
     44        reinplace "s#libxsltwrapp.so#libxsltwrapp.dylib#g" Makefile
    4245}