summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/ghostscript/files/gs7.07.1-ps2ps.patch')
-rw-r--r--app-text/ghostscript/files/gs7.07.1-ps2ps.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/ghostscript/files/gs7.07.1-ps2ps.patch b/app-text/ghostscript/files/gs7.07.1-ps2ps.patch
new file mode 100644
index 000000000000..0cacb4bad647
--- /dev/null
+++ b/app-text/ghostscript/files/gs7.07.1-ps2ps.patch
@@ -0,0 +1,11 @@
+--- lib/ps2ps.org 2005-03-16 13:22:27.000000000 +0100
++++ lib/ps2ps 2005-03-16 13:22:44.000000000 +0100
+@@ -6,7 +6,7 @@
+ while true
+ do
+ case "$1" in
+- -*) OPTIONS="$OPTIONS $1" ;;
++ -?*) OPTIONS="$OPTIONS $1" ;;
+ *) break ;;
+ esac
+ shift