ports/textproc/enchant/files/patch-configure
Koop Mast dbf9cc73e2 Make sure we use system hunspell and look in the right location where to
find the dictionaries. [1]
Do the same for hspell and ispell, and use new lib_depend syntax.
USE_GMAKE => USES=gmake and fix bug in configure script.

PR:		ports/180660
Submitted by:	tijl@
2013-09-20 12:15:57 +00:00

11 lines
387 B
Text

--- configure.orig 2013-08-16 18:30:56.000000000 +0200
+++ configure 2013-08-16 18:31:33.000000000 +0200
@@ -18213,7 +18213,7 @@
fi
- ASPELL_CFLAGS+=" -DHAVE_PSPELL_H"
+ ASPELL_CFLAGS="${ASPELL_CFLAGS} -DHAVE_PSPELL_H"
elif test -f "$aspell_prefix/include/aspell.h"; then
{ $as_echo "$as_me:$LINENO: result: yes (aspell)" >&5
$as_echo "yes (aspell)" >&6; }