Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/yelp/files: yelp-2.30.2-gthread.patch
Date: Sun, 05 Jan 2014 07:21:38
Message-Id: 20140105072133.BF10E2004E@flycatcher.gentoo.org
1 tetromino 14/01/05 07:21:33
2
3 Added: yelp-2.30.2-gthread.patch
4 Log:
5 Fix underlinking failure (bug #497106, 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 gnome-extra/yelp/files/yelp-2.30.2-gthread.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/files/yelp-2.30.2-gthread.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/files/yelp-2.30.2-gthread.patch?rev=1.1&content-type=text/plain
14
15 Index: yelp-2.30.2-gthread.patch
16 ===================================================================
17 diff --git a/configure.in b/configure.in
18 index 9b5fd48..6c2fd89 100644
19 --- a/configure.in
20 +++ b/configure.in
21 @@ -68,6 +68,7 @@ AM_GLIB_DEFINE_LOCALEDIR([GNOMELOCALEDIR])
22 PKG_CHECK_MODULES(YELP,
23 [
24 gio-2.0
25 + gthread-2.0
26 gconf-2.0
27 gnome-doc-utils >= 0.19.1
28 gtk+-unix-print-2.0