File: setup-add-support-for-ghostscript-8-as-an-ugly-hack.patch

package info (click to toggle)
apsfilter 7.2.6-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,344 kB
  • sloc: sh: 452; ansic: 236; perl: 175; makefile: 124
file content (17 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Subject: SETUP: Add support for GhostScript 8 ("as an ugly hack")
Author: Pawel Wiecek <coven@debian.org>
Date: 2004-08-31 (or earlier)
Bug-Debian: https://bugs.debian.org/267258
Forwarded: unknown

--- a/SETUP.in
+++ b/SETUP.in
@@ -244,7 +244,7 @@
 {
     GS_VERSION=`gs --version`
     case $GS_VERSION in
-	7*)
+	[78]*)
 	    GS_BASE=7.00 ;;
 	6.[5-9]*)
 	    GS_BASE=6.50 ;;