From e8d1699f615fcc7d91d4c9dad4e608b47130e185 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 7 Dec 2012 15:22:34 +0100 Subject: [PATCH] ghostscript: changed to remove local copy of jpeg libpng zlib jasper expat tiff lcms freetype to force use of system libs --- graphic/ghostscript/ghostscript.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphic/ghostscript/ghostscript.conf b/graphic/ghostscript/ghostscript.conf index 8d78a5fb2..b796cd565 100644 --- a/graphic/ghostscript/ghostscript.conf +++ b/graphic/ghostscript/ghostscript.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../ghostscript/ghostscript.conf -# Copyright (C) 2010 - 2011 The OpenSDE Project +# Copyright (C) 2010 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -21,6 +21,9 @@ if [ "$SDECFG_STATIC" -ne 1 ]; then var_append makeinstopt ' ' 'soinstall' fi +# Force to use system libs +hook_add preconf 9 'rm -rf jpeg libpng zlib jasper expat tiff lcms freetype' + # Force using the systems libtiff if pkginstalled -f libtiff; then var_append extraconfopt ' ' "--with-system-libtiff"