Browse Source

ghostscript: improved to use systems libtiff if it is effectively installed

stable/0.2
Christian Wiese 14 years ago
parent
commit
6949d2e067
  1. 5
      graphic/ghostscript/ghostscript.conf

5
graphic/ghostscript/ghostscript.conf

@ -19,3 +19,8 @@ if [ "$SDECFG_STATIC" -ne 1 ]; then
#enable shared libraries instalation
var_append makeinstopt ' ' 'soinstall'
fi
# Force using the systems libtiff
if pkginstalled -f libtiff; then
var_append extraconfopt ' ' "--with-system-libtiff"
fi

Loading…
Cancel
Save