diff options
Diffstat (limited to 'textproc/aspell-sk/patches/patch-ab')
-rw-r--r-- | textproc/aspell-sk/patches/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/aspell-sk/patches/patch-ab b/textproc/aspell-sk/patches/patch-ab new file mode 100644 index 00000000000..24996393ce6 --- /dev/null +++ b/textproc/aspell-sk/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2013/04/09 02:33:48 rodent Exp $ + +--- configure.orig 2004-04-18 01:09:33.000000000 +0200 ++++ configure 2004-04-18 01:11:43.000000000 +0200 +@@ -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 "WORD_LIST_COMPRESS = `which $WORD_LIST_COMPRESS`" >> Makefile ++echo "WORD_LIST_COMPRESS = $WORD_LIST_COMPRESS" >> Makefile + echo "DESTDIR = $DESTDIR" >> Makefile + echo "dictdir = $dictdir" >> Makefile + echo "datadir = $datadir" >> Makefile |