Ticket #46058: Portfile.diff
File Portfile.diff, 969 bytes (added by lockhart (Thomas Lockhart), 10 years ago) |
---|
-
Portfile
old new 6 6 7 7 name openjade 8 8 version 1.3.2 9 revision 89 revision 9 10 10 categories textproc 11 11 license MIT 12 12 maintainers gmail.com:tlockhart1976 openmaintainer … … 25 25 patch-GroveBuilder.cxx \ 26 26 patch-Node.h \ 27 27 openjade-getoptperl.patch \ 28 delete_la_files.patch \ 29 Makefile.prog.in.patch 28 delete_la_files.patch 30 29 31 30 depends_lib port:opensp 32 31 depends_run port:xmlcatmgr … … 49 48 50 49 set cxx_stdlibflags {} 51 50 if {[string match *clang* ${configure.cxx}]} { 52 set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}51 set cxx_stdlibflags "-stdlib=${configure.cxx_stdlib}" 53 52 } 54 53 55 54 configure.env-append LIBS="-L${prefix}/lib"