mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
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@
11 lines
387 B
Text
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; }
|