Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-2.24.10-gold.patch
Date: Sun, 03 Jun 2012 12:49:14
Message-Id: 20120603124854.921842004C@flycatcher.gentoo.org
1 jlec 12/06/03 12:48:54
2
3 Added: gtk+-2.24.10-gold.patch
4 Log:
5 Add fix for underlinking detected by gold; correct eclass inherits following repomans suggestions
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-libs/gtk+/files/gtk+-2.24.10-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-2.24.10-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-2.24.10-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: gtk+-2.24.10-gold.patch
16 ===================================================================
17 docs/tools/Makefile.am | 1 +
18 perf/Makefile.am | 2 +-
19 2 files changed, 2 insertions(+), 1 deletions(-)
20
21 diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am
22 index 54b77b7..1783f77 100644
23 --- a/docs/tools/Makefile.am
24 +++ b/docs/tools/Makefile.am
25 @@ -17,6 +17,7 @@ LDADDS = \
26 $(top_builddir)/gtk/$(gtktargetlib) \
27 $(GTK_DEP_LIBS) \
28 $(GDK_DEP_LIBS) \
29 + $(GMODULE_LIBS) \
30 -lm
31
32 if USE_X11
33 diff --git a/perf/Makefile.am b/perf/Makefile.am
34 index 736b6cb..9e67ed4 100644
35 --- a/perf/Makefile.am
36 +++ b/perf/Makefile.am
37 @@ -17,7 +17,7 @@ DEPS = \
38 LDADDS = \
39 $(top_builddir)/gdk/$(gdktargetlib) \
40 $(top_builddir)/gtk/$(gtktargetlib) \
41 - $(GTK_DEP_LIBS)
42 + $(GTK_DEP_LIBS) $(GMODULE_LIBS)
43
44 noinst_PROGRAMS = \
45 testperf