diff options
author | reed <reed@pkgsrc.org> | 2005-08-23 21:37:24 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-08-23 21:37:24 +0000 |
commit | be7cf2d4f13fc64221753cc91fa4120480a3eff7 (patch) | |
tree | 022322528c8cee0fda3ccfe52c1bb948446a1fd2 /textproc/aspell-english/patches | |
parent | a7ece3e577a323c8cf81bc316ae06e247416f686 (diff) | |
download | pkgsrc-be7cf2d4f13fc64221753cc91fa4120480a3eff7.tar.gz |
Add patch-ab to not use "which" command.
And set in configure environment: ASPELL and PREZIP to
path to executables.
Diffstat (limited to 'textproc/aspell-english/patches')
-rw-r--r-- | textproc/aspell-english/patches/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/aspell-english/patches/patch-ab b/textproc/aspell-english/patches/patch-ab new file mode 100644 index 00000000000..d1b82d60fad --- /dev/null +++ b/textproc/aspell-english/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2005/08/23 21:37:24 reed Exp $ + +--- configure.orig 2004-08-10 09:01:33.000000000 +0000 ++++ configure 2005-08-23 21:25:25.184621000 +0000 +@@ -79,9 +79,9 @@ + datadir=`$ASPELL dump config data-dir` + echo $datadir + +-echo "ASPELL = `which $ASPELL`" > Makefile ++echo "ASPELL = $ASPELL" > Makefile + echo "ASPELL_FLAGS = $ASPELL_FLAGS" >> Makefile +-echo "PREZIP = `which $PREZIP`" >> Makefile ++echo "PREZIP = $PREZIP" >> Makefile + echo "DESTDIR = $DESTDIR" >> Makefile + echo "dictdir = $dictdir" >> Makefile + echo "datadir = $datadir" >> Makefile |