diff options
Diffstat (limited to 'print/ghostscript-gnu/patches/patch-ac')
-rw-r--r-- | print/ghostscript-gnu/patches/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/patches/patch-ac b/print/ghostscript-gnu/patches/patch-ac new file mode 100644 index 00000000000..c96f3e35996 --- /dev/null +++ b/print/ghostscript-gnu/patches/patch-ac @@ -0,0 +1,10 @@ +$NetBSD: patch-ac,v 1.1 2005/11/27 17:06:36 adrianp Exp $ + +--- lib/ps2epsi.orig 2005-11-27 15:45:05.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 + |