From a4ac09c55d22da3a65e46433c63545bf6bf75e10 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 20 Sep 2017 08:22:41 +0000 Subject: community/graphicsmagic: force use of freetype --- community/graphicsmagick/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community') 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 } -- cgit v1.2.3