commit 81aa4a6ef9631588f8d61cc68dae44a7c8c6d047
Author: Michael Klein <michael.klein@puffin.lb.shuttle.de>
Date: Mon Mar 18 20:03:49 2013 +0100
dvdisaster build fix (#38425)
* build fix for recent versions of glib and libpng
diff --git a/dports/sysutils/dvdisaster/Portfile b/dports/sysutils/dvdisaster/Portfile
index 9c10849..7a59ffd 100644
a
|
b
|
configure.args --buildroot=${destroot} \ |
28 | 28 | --localedir=${prefix}/share/locale \ |
29 | 29 | --png-includes=${prefix}/include |
30 | 30 | |
| 31 | patchfiles patch-glib+libpng-buildfixes.diff |
| 32 | |
31 | 33 | build.args CC=${configure.cc} |
32 | 34 | |
33 | 35 | post-patch { |
… |
… |
post-patch { |
35 | 37 | reinplace "/^REQUIRE_GCC/d" ${worksrcpath}/configure ${worksrcpath}/tools/configure |
36 | 38 | } |
37 | 39 | |
38 | | livecheck.url ${homepage}en/ |
39 | | livecheck.regex "<i>Version *\(.*?\) */.*</i>" |
| 40 | # livecheck disabled as upstream has dropped OS X support in 0.72.4 |
| 41 | livecheck.type none |