summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
authorTreeve Jelbert2019-01-25 20:55:27 +0100
committerTreeve Jelbert2019-01-26 08:44:03 +0100
commit287e5d5b96b782842ddf20b529e3bd54764af85c (patch)
tree9afaa009df4bdaac6468a4f51379717a623f1664 /printer
parentfa1502129f649e27bb9a79128e8a6682040c74e1 (diff)
ghostscript - remove omni support
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/ghostscript/BUILD2
-rwxr-xr-xprinter/ghostscript/CONFIGURE1
-rw-r--r--printer/ghostscript/HISTORY3
3 files changed, 5 insertions, 1 deletions
diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 3bc8718a49..e97460934f 100755
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -2,7 +2,7 @@ CFLAGS+=" -Wno-unused-but-set-variable -Wno-unused-variable -Wno-maybe-uninitial
# need a comma separated list
OPTS="--with-drivers=`echo ${GS_PRINTERS} | \
sed "s/ */ /g;s/^ *//;s/ *$/ /;s/^NONE //;s/ /,/g"`JAPAN,FILES \
- --enable-dynamic ${GS_OMNI} --without-luratech ${OPTS}" &&
+ --enable-dynamic --without-luratech ${OPTS}" &&
LIBS+=" -lz" default_build &&
diff --git a/printer/ghostscript/CONFIGURE b/printer/ghostscript/CONFIGURE
index d1c202a47d..1bc4c86e6e 100755
--- a/printer/ghostscript/CONFIGURE
+++ b/printer/ghostscript/CONFIGURE
@@ -1,3 +1,4 @@
+persistent_remove GS_OMNI
source $GRIMOIRE/FUNCTIONS
config_query GS_LIBGS "Install libgs.so, used by gsview and others?" n
if ! [[ -z ${GS_PRINTERS} ]];then
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index f2baaec25a..c949d59d76 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2019-01-1-25 Treeve Jelbert <treeve@sourcemage.org>
+ * BUILD CONFIGURE: remove omni support
+
2019-01-24 Pavel Vinogradov <public@sourcemage.org>
* DETAILS. patches/000[1-6]-cve-2019-6116.patch: SECURITY_PATCH++,
(CVE-2019-6116)