Ticket #14656: eel_Portfile.diff
File eel_Portfile.diff, 477 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 34 34 35 35 use_bzip2 yes 36 36 37 post-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 37 45 configure.args --mandir=${prefix}/share/man --enable-static=no 38 46 configure.cppflags-append "-L${prefix}/lib"