naota 14/07/08 00:41:15 Added: gjiten-2.6-drop-gnome.patch Log: Add a patch to punt out obsolete gnome macro (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path 1.1 app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gjiten/files/gjiten-2.6-drop-gnome.patch?rev=1.1&content-type=text/plain Index: gjiten-2.6-drop-gnome.patch =================================================================== diff --git a/configure.in b/configure.in index aec96d4..733eee6 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,6 @@ AC_PROG_MAKE_SET AC_PROG_INTLTOOL([0.22]) AC_PATH_PROG([GCONFTOOL], [gconftool-2]) -GNOME_COMMON_INIT dnl GNOME_PLATFORM_GNOME_2(yes, force) PKG_CHECK_MODULES(GJITEN, libgnome-2.0 >= 2.2.0 libgnomeui-2.0 >= 2.2.0 libglade-2.0 gconf-2.0) AM_GCONF_SOURCE_2 @@ -36,7 +35,6 @@ AC_FUNC_MMAP AC_FUNC_STAT AC_CHECK_FUNCS([getcwd putenv setlocale strerror strrchr strstr munmap]) -GNOME_COMPILE_WARNINGS(maximum) # Gettext stuff GETTEXT_PACKAGE=gjiten
