Ticket #46058: Portfile.diff

File Portfile.diff, 969 bytes (added by lockhart (Thomas Lockhart), 9 years ago)

Clean up configuration and remove patch file.

  • Portfile

    old new  
    66
    77name            openjade
    88version         1.3.2
    9 revision        8
     9revision        9
    1010categories      textproc
    1111license         MIT
    1212maintainers     gmail.com:tlockhart1976 openmaintainer
     
    2525                patch-GroveBuilder.cxx \
    2626                patch-Node.h \
    2727                openjade-getoptperl.patch \
    28                 delete_la_files.patch \
    29                 Makefile.prog.in.patch
     28                delete_la_files.patch
    3029
    3130depends_lib     port:opensp
    3231depends_run     port:xmlcatmgr
     
    4948
    5049set cxx_stdlibflags {}
    5150if {[string match *clang* ${configure.cxx}]} {
    52     set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
     51    set cxx_stdlibflags "-stdlib=${configure.cxx_stdlib}"
    5352}
    5453
    5554configure.env-append      LIBS="-L${prefix}/lib"