diff options
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 } |