aboutsummaryrefslogtreecommitdiffstats
path: root/main/inkscape/APKBUILD
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-05-14 21:07:33 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-05-14 21:07:33 -0500
commit29400357397185cfab3ca07e43379fcfdf989e08 (patch)
tree53aa0ee953f6a017546e7db5a56a164889c308d7 /main/inkscape/APKBUILD
parentd88c8ba6432f924c155156031f5d1cc06f72e09b (diff)
downloadaports-29400357397185cfab3ca07e43379fcfdf989e08.tar.bz2
aports-29400357397185cfab3ca07e43379fcfdf989e08.tar.xz
main/inkscape: fix compilation under libpng 1.5
Diffstat (limited to 'main/inkscape/APKBUILD')
-rw-r--r--main/inkscape/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/inkscape/APKBUILD b/main/inkscape/APKBUILD
index 6b844f7755..2f30df8941 100644
--- a/main/inkscape/APKBUILD
+++ b/main/inkscape/APKBUILD
@@ -24,7 +24,7 @@ autoconf automake
depends="desktop-file-utils"
install=
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
- "
+ inkscape-png15.patch"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -56,4 +56,5 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="3c179eb998d49d1c312822e15773bf6d inkscape-0.48.1.tar.gz"
+md5sums="3c179eb998d49d1c312822e15773bf6d inkscape-0.48.1.tar.gz
+c2d1392e6489af822cb4b41ce3af877b inkscape-png15.patch"