Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/gedit/files: gedit-2.30.4-underlinking.patch
Date: Sun, 05 Jan 2014 08:17:12
Message-Id: 20140105081707.786A920034@flycatcher.gentoo.org
1 tetromino 14/01/05 08:17:07
2
3 Added: gedit-2.30.4-underlinking.patch
4 Log:
5 Fix underlinking failure (bug #497110, thanks to d_dart).
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
8
9 Revision Changes Path
10 1.1 app-editors/gedit/files/gedit-2.30.4-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/files/gedit-2.30.4-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/gedit/files/gedit-2.30.4-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: gedit-2.30.4-underlinking.patch
16 ===================================================================
17 diff --git a/configure.ac b/configure.ac
18 index 78a8055..c80651b 100644
19 --- a/configure.ac
20 +++ b/configure.ac
21 @@ -272,6 +272,7 @@ PKG_CHECK_MODULES(GEDIT, [
22 glib-2.0 >= 2.22.0
23 gthread-2.0 >= 2.13.0
24 gio-2.0 >= 2.23.1
25 + gmodule-2.0 >= 2.23.1
26 gtk+-2.0 >= 2.16.0
27 gtksourceview-2.0 >= 2.9.7
28 gconf-2.0 >= 1.1.11
29 @@ -320,6 +321,7 @@ if test "$os_osx" = "no" &&
30 test "$os_win32" = "no"; then
31 PKG_CHECK_MODULES(EGG_SMCLIENT, [
32 sm >= 1.0.0
33 + ice
34 ])
35 else
36 EGG_SMCLIENT_CFLAGS=