Add patch to fix the static spell option [1].

Reword options description.

Submitted by:	maintainer [1]
Approved by:	maintainer via IRC
Obtained from:	hexchat upstream [1]
This commit is contained in:
Koop Mast
2013-06-02 13:44:14 +00:00
parent 2af48758f3
commit 6a0300d969
2 changed files with 14 additions and 5 deletions

View File

@@ -37,10 +37,10 @@ OPTIONS_RADIO_SPELL= LIBSEXY GTKSPELL STATIC
OPTIONS_DEFAULT= SOCKS XFT OPENSSL PERL DOAT DBUS NOTIFY LIBSEXY
TEXTFE_DESC= Build the Text frontend
DOAT_DESC= Enable Do At plugin
STATIC_DESC= Enable Spell checking
LIBSEXY_DESC= Enable Spell checking through Libsexy
GTKSPELL_DESC= Enable Spell checking through GTKSpell
DOAT_DESC= Build the Do At plugin
STATIC_DESC= Spell checking embedded in the binary
LIBSEXY_DESC= Spell checking through Libsexy
GTKSPELL_DESC= Spell checking through GTKSpell
.include <bsd.port.options.mk>

View File

@@ -1,5 +1,5 @@
--- configure.ac.orig 2013-04-02 01:07:55.000000000 +0000
+++ configure.ac 2013-06-02 13:07:55.000000000 +0000
+++ configure.ac 2013-06-02 13:38:33.000000000 +0000
@@ -191,9 +191,9 @@
AC_MSG_ERROR(Cannot find GLib!)
fi
@@ -30,3 +30,12 @@
#if test "$gnome" = yes; then
# AC_PATH_PROG(pkgconfigpath, pkg-config)
@@ -684,7 +684,7 @@
PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= 2.0.0, [
AC_DEFINE(HAVE_ISO_CODES)
AC_DEFINE(USE_LIBSEXY)
- GUI_CFLAGS="$GUI_CFLAGS -I/usr/include/libxml2"
+ GUI_CFLAGS="$GUI_CFLAGS $LIBXML2_CFLAGS"
LIBS="$LIBS -lxml2"
], [
AC_MSG_ERROR(Cannot find libxml2!)