Ticket #37262: patch-Portfile.diff
File patch-Portfile.diff, 536 bytes (added by lpsinger (Leo Singer), 12 years ago) |
---|
-
Portfile
old new 5 5 PortGroup github 1.0 6 6 7 7 github.setup swh LRDF 0.5.0 8 revision 18 revision 2 9 9 name liblrdf 10 10 categories textproc 11 11 maintainers pixilla openmaintainer … … 25 25 26 26 use_autoreconf yes 27 27 28 pre-configure { 29 eval delete [glob ${worksrcpath}/m4/*.m4] 30 } 31 28 32 if {${configure.compiler} == "llvm-gcc-4.2"} { 29 33 configure.compiler clang 30 34 }