1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-22 11:11:24 +02:00

Added custom ebuild for gajim (OTR branch) and required library (libasyncns

bindings), added patch for sylpheed 2.7.x, to introduce menu key on folder
list.
This commit is contained in:
root
2010-07-24 11:20:30 +02:00
parent 29608b8072
commit 72715fdc0b
11 changed files with 469 additions and 0 deletions
@@ -0,0 +1,17 @@
Index: configure.in
===================================================================
--- configure.in (revision 2022)
+++ configure.in (working copy)
@@ -266,11 +266,7 @@
AC_MSG_RESULT(yes)
CFLAGS="$CFLAGS `$PKG_CONFIG --cflags gtkspell-2.0`"
LIBS="$LIBS `$PKG_CONFIG --libs gtkspell-2.0`"
- if $PKG_CONFIG --atleast-version 2.0.13 gtkspell-2.0 ; then
- AC_DEFINE(USE_ENCHANT, 1, Use Enchant with GtkSpell)
- elif $PKG_CONFIG --atleast-version 2.0.12 gtkspell-2.0 ; then
- LIBS="$LIBS -laspell"
- fi
+ AC_DEFINE(USE_ENCHANT, 1, Use Enchant with GtkSpell)
AC_DEFINE(USE_GTKSPELL, 1, Use GtkSpell in editor)
else
AC_MSG_RESULT(no)