summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-11 20:28:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-11 20:28:27 +0000
commit4e6bbfd06ae9d7d01fad376157af2c6c22b47cbf (patch)
tree8a1e36fd3b129ec828da9bea8afc2bdcbb0c7e64 /main
parent2adae01fb7af43436f1dd8fec6a8446ffe24e456 (diff)
main/imagemagick: specify dir to gs fonts
fixes #309
Diffstat (limited to 'main')
-rw-r--r--main/imagemagick/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index a50ffb3551c..dbff601ed62 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -3,7 +3,7 @@
pkgname=imagemagick
pkgver=6.5.9.0
_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=3
+pkgrel=4
pkgdesc="A collection of tools and libraries for many image formats"
url="http://www.imagemagick.org/"
license="GPL"
@@ -27,6 +27,7 @@ build() {
--without-threads \
--without-x \
--with-gslib \
+ --with-gs-font-dir=/usr/share/fonts/Type1 \
--with-modules
make || return 1
}