From 6f7a9a1c55c1a8f534b7ecc55d29bd1012ec5d7d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 13 May 2011 12:38:56 +0200 Subject: [PATCH] ghostscript: changed to explicitely enable all drivers --- graphic/ghostscript/ghostscript.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphic/ghostscript/ghostscript.conf b/graphic/ghostscript/ghostscript.conf index e28a628cc..a57110bc0 100644 --- a/graphic/ghostscript/ghostscript.conf +++ b/graphic/ghostscript/ghostscript.conf @@ -24,3 +24,6 @@ fi if pkginstalled -f libtiff; then var_append extraconfopt ' ' "--with-system-libtiff" fi + +# enable all drivers +var_append extraconfopt ' ' "--with-drivers=ALL"