Ticket #34458: Portfile.diff
File Portfile.diff, 650 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 12 years ago) |
---|
-
Portfile
old new 21 21 sha1 914eedbd8d4714f8bc0cc10bbbad5ad7fe1e375c \ 22 22 rmd160 9b8b9ccba7f84085cff2c64090d5f7c0abf7acad 23 23 24 depends_lib port:zlib port: szip port:jpeg24 depends_lib port:zlib port:jpeg 25 25 26 26 post-patch { 27 27 reinplace "s|CFLAGS_TO_ADD\$CFLAGS|CFLAGS|" ${worksrcpath}/configure … … 79 79 } 80 80 81 81 variant szip description {build with szip} { 82 depend es_lib-append port:szip82 depends_lib-append port:szip 83 83 configure.args-append --with-szlib=${prefix} 84 84 } 85 85