summaryrefslogtreecommitdiff
path: root/textproc/ispell/patches
diff options
context:
space:
mode:
authoragc <agc>1998-01-12 11:16:42 +0000
committeragc <agc>1998-01-12 11:16:42 +0000
commitc9eb082d062bae95703e3d6e7d04536dd61e26e0 (patch)
tree2cb62c5752c3d4f5f95fcfc4000ceac62e3fd089 /textproc/ispell/patches
parent0efc1f3ffa69821b57bd1c7db8ee0d1108f977eb (diff)
downloadpkgsrc-c9eb082d062bae95703e3d6e7d04536dd61e26e0.tar.gz
Initial import of ispell-3.1.20, an interactive spelling checker, into
the NetBSD packages collection, from the FreeBSD port.
Diffstat (limited to 'textproc/ispell/patches')
-rw-r--r--textproc/ispell/patches/patch-ab30
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/ispell/patches/patch-ab b/textproc/ispell/patches/patch-ab
new file mode 100644
index 00000000000..1f352c6f6e8
--- /dev/null
+++ b/textproc/ispell/patches/patch-ab
@@ -0,0 +1,30 @@
+--- Makefile.orig Thu Oct 12 20:04:06 1995
++++ Makefile Wed Jun 4 05:05:47 1997
+@@ -253,7 +253,7 @@
+ set -ex; \
+ rm -f $$ELISPDIR/ispell.el; \
+ $$INSTALL ispell.el $$ELISPDIR; \
+- if sh iwhich $$EMACS >/dev/null; then \
++ if sh iwhich ___XXX___$$EMACS >/dev/null; then \
+ echo '(byte-compile-file "'"$$ELISPDIR/ispell.el"'")' \
+ > /tmp/emi$$$$; \
+ $$EMACS -batch -l /tmp/emi$$$$; \
+@@ -508,7 +508,7 @@
+ local.h:
+ set +e; [ -r local.h ] || cp local.h.samp local.h
+
+-msgs.h: config.sh FRC
++msgs.h: config.sh
+ @. ./config.sh; \
+ set $(SHELLDEBUG); \
+ set +e; \
+@@ -522,7 +522,8 @@
+ else \
+ set -x; \
+ rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
+- fi
++ fi; \
++ touch msgs.h
+
+ FRC:
+