diff options
Diffstat (limited to 'print/ghostscript-nox11/patches/patch-bb')
-rw-r--r-- | print/ghostscript-nox11/patches/patch-bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/ghostscript-nox11/patches/patch-bb b/print/ghostscript-nox11/patches/patch-bb new file mode 100644 index 00000000000..2e974cc3b23 --- /dev/null +++ b/print/ghostscript-nox11/patches/patch-bb @@ -0,0 +1,10 @@ +$NetBSD: patch-bb,v 1.1 2005/11/27 17:08:31 adrianp Exp $ + +--- lib/ps2epsi.orig 2000-03-09 08:40:40.000000000 +0000 ++++ lib/ps2epsi +@@ -3,3 +3,4 @@ + +-tmpfile=/tmp/ps2epsi$$ ++tmpfile=`mktemp -t ps2epsi.XXXXXX || exit 1` ++trap "rm -rf $tmpfile" 0 1 2 3 7 13 15 + |