summaryrefslogtreecommitdiff
path: root/textproc/ispell-spanish/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-09-12 21:47:46 +0000
committerjmmv <jmmv>2004-09-12 21:47:46 +0000
commitb0b058ba7a07dbd9cc57d886601e315e37b4c51f (patch)
tree24b663b3c9d74521bd7d4b90cfe2ad7c5c42622b /textproc/ispell-spanish/patches
parent209cf14af0d8e8231d20a3f6b0b7f6f3e4bbb12a (diff)
downloadpkgsrc-b0b058ba7a07dbd9cc57d886601e315e37b4c51f.tar.gz
Use 'echo y' instead of 'yes' to accept a question asked by the installation
script. 'yes' is not available on some systems, like IRIX, so this fixes the build in them. Closes PR pkg/26929 by Georg Schwarz.
Diffstat (limited to 'textproc/ispell-spanish/patches')
-rw-r--r--textproc/ispell-spanish/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-spanish/patches/patch-aa b/textproc/ispell-spanish/patches/patch-aa
index 3fb3c5f479e..c13d1b2c4ab 100644
--- a/textproc/ispell-spanish/patches/patch-aa
+++ b/textproc/ispell-spanish/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $
+$NetBSD: patch-aa,v 1.2 2004/09/12 21:47:46 jmmv Exp $
--- Makefile.orig Fri Apr 9 12:32:26 1999
+++ Makefile Fri Jul 19 23:36:04 2002
@@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $
- ./posti $(LANGUAGE)
+ cp $(LANGUAGE).aff $(INST_LANGUAGE).aff
+ cp $(LANGUAGE).hash $(INST_LANGUAGE).hash
-+ yes | ./posti $(INST_LANGUAGE)
++ echo y | ./posti $(INST_LANGUAGE)
$(LANGUAGE)-alt.aff: $(LANGUAGE)-alt.7bit $(FIX8BIT)
$(FIX8BIT) -8 < $(LANGUAGE)-alt.7bit > $(LANGUAGE)-alt.aff