[Lunar-commits] <moonbase-other> ghostscript: Just minor adjustment.
stumbles
stumbles at lunar-linux.org
Thu May 30 02:52:10 CEST 2013
commit 294c39d2a38c3c48d0b1d4bc5f9a11a369c4aab6
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 29 May 2013 17:51:50 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/294c39d2a38c3c48d0b1d4bc5f9a11a369c4aab6
ghostscript: Just minor adjustment.
---
printer/ghostscript/BUILD | +1/-1
printer/ghostscript/DEPENDS | +6/-0
2 files changed, 7 insertions(+), 1 deletion(-)
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -3,7 +3,7 @@
# Remove local libs so we'll always use system libs,
# and don't waste configure / compile time on them.
verbose_msg "Removing unneeded local libs" &&
- rm -rf expat freetype jasper jbig2dec jpeg{,xr} lcms{,2} libpng tiff zlib &&
+ rm -rf expat freetype jasper jbig2dec jpeg{,xr} lcms{,2} libpng openjpeg tiff zlib &&
OPTS+=" --disable-compile-inits --enable-dynamic --with-system-libtiff LIBS=-lz" &&
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -52,3 +52,9 @@ optional_depends "libpaper" \
"--with-libpaper" \
"--without-libpaper" \
"for additional paper size support"
+
+optional_depends "openjpeg" \
+ "--enable-openjpeg" \
+ "--disable-openjpeg" \
+ "for openjpeg graphics support"
+
More information about the Lunar-commits
mailing list