diff options
Diffstat (limited to 'textproc/ispell-base/patches/patch-am')
-rw-r--r-- | textproc/ispell-base/patches/patch-am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/ispell-base/patches/patch-am b/textproc/ispell-base/patches/patch-am new file mode 100644 index 00000000000..3949623df07 --- /dev/null +++ b/textproc/ispell-base/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2002/07/22 10:31:30 agc Exp $ + +--- munchlist.X.orig Fri Jul 19 21:47:10 2002 ++++ munchlist.X Fri Jul 19 21:48:24 2002 +@@ -128,7 +128,7 @@ + set -vx + fi + LIBDIR=!!LIBDIR!! +-TDIR=${TMPDIR-/usr/tmp} ++TDIR=${TMPDIR-/tmp} + TMP=${TDIR}/munch$$ + SORTTMP="-T ${TDIR}" # !!SORTTMP!! + if [ -r ./icombine ] |