diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 08:22:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 08:29:17 +0000 |
commit | a4ac09c55d22da3a65e46433c63545bf6bf75e10 (patch) | |
tree | 8b54449a3f4a87d305bd11b113b856f44e41b1c6 /community | |
parent | 19e3589c1cd897e7d62685158cc65fb24fdc999c (diff) | |
download | aports-a4ac09c55d22da3a65e46433c63545bf6bf75e10.tar.bz2 aports-a4ac09c55d22da3a65e46433c63545bf6bf75e10.tar.xz |
community/graphicsmagic: force use of freetype
Diffstat (limited to 'community')
-rw-r--r-- | community/graphicsmagick/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/graphicsmagick/APKBUILD b/community/graphicsmagick/APKBUILD index 2603cd46f0..a04220609b 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 } |