Ticket #37262: patch-Portfile.diff

File patch-Portfile.diff, 536 bytes (added by lpsinger (Leo Singer), 11 years ago)

updated Portfile with ryandesign's suggestion applied

  • Portfile

    old new  
    55PortGroup           github 1.0
    66
    77github.setup        swh LRDF 0.5.0
    8 revision            1
     8revision            2
    99name                liblrdf
    1010categories          textproc
    1111maintainers         pixilla openmaintainer
     
    2525
    2626use_autoreconf      yes
    2727
     28pre-configure {
     29    eval delete [glob ${worksrcpath}/m4/*.m4]
     30}
     31
    2832if {${configure.compiler} == "llvm-gcc-4.2"} {
    2933    configure.compiler clang
    3034}