aboutsummaryrefslogtreecommitdiffstats
path: root/community/graphicsmagick/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-09-20 08:22:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-09-20 08:29:17 +0000
commita4ac09c55d22da3a65e46433c63545bf6bf75e10 (patch)
tree8b54449a3f4a87d305bd11b113b856f44e41b1c6 /community/graphicsmagick/APKBUILD
parent19e3589c1cd897e7d62685158cc65fb24fdc999c (diff)
community/graphicsmagic: force use of freetype
Diffstat (limited to 'community/graphicsmagick/APKBUILD')
-rw-r--r--community/graphicsmagick/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/graphicsmagick/APKBUILD b/community/graphicsmagick/APKBUILD
index 2603cd46f08..a04220609b8 100644
--- a/community/graphicsmagick/APKBUILD
+++ b/community/graphicsmagick/APKBUILD
@@ -52,7 +52,8 @@ build() {
--with-modules \
--with-threads \
--with-gs-font-dir=/usr/share/fonts/Type1 \
- --with-quantum-depth=16
+ --with-quantum-depth=16 \
+ --with-ttf
make
}