SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
30
textproc/enchant/patches/patch-configure_ac
Normal file
30
textproc/enchant/patches/patch-configure_ac
Normal file
|
@ -0,0 +1,30 @@
|
|||
--- configure.ac.orig Wed Feb 8 23:24:36 2017
|
||||
+++ configure.ac Fri Apr 28 00:26:35 2017
|
||||
@@ -404,7 +404,7 @@ if test "x$check_aspell" != "xno"; then
|
||||
,)
|
||||
AC_CHECK_LIB(aspell,get_aspell_dict_info_list,ASPELL_CFLAGS="-DASPELL_0_50_0=1",)
|
||||
|
||||
- ASPELL_CFLAGS+=" -DHAVE_PSPELL_H"
|
||||
+ ASPELL_CFLAGS="${ASPELL_CFLAGS} -DHAVE_PSPELL_H"
|
||||
elif test -f "$aspell_prefix/include/aspell.h"; then
|
||||
AC_MSG_RESULT([yes (aspell)])
|
||||
|
||||
@@ -510,12 +510,13 @@ build_zemberek=no
|
||||
|
||||
AC_ARG_ENABLE(zemberek, AS_HELP_STRING([--disable-zemberek],[enable the experimental zemberek (turkish) backend @<:@default=auto@:>@]), build_zemberek="$enableval", build_zemberek=no)
|
||||
|
||||
-PKG_CHECK_MODULES(ZEMBEREK, [dbus-glib-1 >= 0.62], build_zemberek=yes, build_zemberek=no)
|
||||
-
|
||||
-AC_SUBST(ZEMBEREK_CFLAGS)
|
||||
-AC_SUBST(ZEMBEREK_LIBS)
|
||||
-
|
||||
AM_CONDITIONAL(WITH_ZEMBEREK, test "x$build_zemberek" = "xyes")
|
||||
+
|
||||
+if test "x$build_zemberek" != "xno"; then
|
||||
+ PKG_CHECK_MODULES(ZEMBEREK, [dbus-glib-1 >= 0.62])
|
||||
+ AC_SUBST(ZEMBEREK_CFLAGS)
|
||||
+ AC_SUBST(ZEMBEREK_LIBS)
|
||||
+fi
|
||||
|
||||
zemberek_dir=${datadir}/enchant/zemberek
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue