Browse Source

ghostscript: changed to explicitely enable all drivers

stable/0.2
Christian Wiese 14 years ago
parent
commit
6f7a9a1c55
  1. 3
      graphic/ghostscript/ghostscript.conf

3
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"

Loading…
Cancel
Save