Ticket #40663: Portfile.diff

File Portfile.diff, 495 bytes (added by mndavidoff (Monte Davidoff), 11 years ago)
  • Portfile

    old new  
    3737depends_build       port:libtool
    3838build.args          LIBTOOL=${prefix}/bin/glibtool
    3939
    40 # Work-around from upstream, delete debug prints in tests
    41 if {${os.platform} == "darwin" && ${os.major} < 11} {
    42     patchfiles          patch-tests-test_disconnect_inproc.cpp.diff
    43 }
    44 
    4540variant pgm description {build with PGM extension} {
    4641    configure.args-append   --with-pgm
    4742}