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:
@@ -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)
|
||||
Reference in New Issue
Block a user