Ticket #14656: eel_Portfile.diff

File eel_Portfile.diff, 477 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    3434
    3535use_bzip2       yes
    3636
     37post-patch {
     38        reinplace -E "/DISABLE_DEPRECATED/d" \
     39            "${worksrcpath}/eel/Makefile.am" \
     40            "${worksrcpath}/eel/Makefile.in" \
     41            "${worksrcpath}/test/Makefile.am" \
     42            "${worksrcpath}/test/Makefile.in"
     43}
     44
    3745configure.args  --mandir=${prefix}/share/man --enable-static=no
    3846configure.cppflags-append "-L${prefix}/lib"