Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus/files: nautilus-3.2.1-gold-glib2.32.patch
Date: Mon, 30 Apr 2012 15:10:27
Message-Id: 20120430151014.29E942004B@flycatcher.gentoo.org
1 jlec 12/04/30 15:10:14
2
3 Added: nautilus-3.2.1-gold-glib2.32.patch
4 Log:
5 Add fix for problems with glib-2.32 and gold linker, #414121
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnome-base/nautilus/files/nautilus-3.2.1-gold-glib2.32.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/files/nautilus-3.2.1-gold-glib2.32.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/files/nautilus-3.2.1-gold-glib2.32.patch?rev=1.1&content-type=text/plain
14
15 Index: nautilus-3.2.1-gold-glib2.32.patch
16 ===================================================================
17 configure.in | 1 +
18 1 files changed, 1 insertions(+), 0 deletions(-)
19
20 diff --git a/configure.in b/configure.in
21 index 0a83bc9..2c9ebbc 100644
22 --- a/configure.in
23 +++ b/configure.in
24 @@ -313,6 +313,7 @@ AC_SUBST(COMMON_LIBS)
25 dnl additional nautilus libs
26 PKG_CHECK_MODULES(NAUTILUS, [
27 gthread-2.0 >= glib_minver
28 + gmodule-no-export-2.0 >= glib_minver
29 gio-2.0 >= glib_minver
30 gio-unix-2.0 >= glib_minver
31 gsettings-desktop-schemas