Ticket #45928: Portfile.patch

File Portfile.patch, 731 bytes (added by corwin.amber@…, 9 years ago)

Portfile patch (diff -u)

  • Portfile

    old new  
    4141    configure.args-replace --with-build=production --with-build=debug
    4242}
    4343
     44variant java description {Build Java language bindings} {
     45    configure.args-append --enable-language-bindings=java \
     46        JAVA_CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
     47    depends_build-append port:swig-java port:swig-tcl
     48}
     49
    4450pre-configure {
    4551    system "MACHINE_TYPE=`${worksrcpath}/config/config.guess | cut -f1 -d-` ANTLR_CONFIGURE_ARGS=--disable-abiflags ${worksrcpath}/contrib/get-antlr-3.4"
    4652}