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/mx/files: mx-1.4.2-gold.patch
Date: Mon, 02 Apr 2012 19:13:33
Message-Id: 20120402191320.000C22004C@flycatcher.gentoo.org
1 jlec 12/04/02 19:13:19
2
3 Added: mx-1.4.2-gold.patch
4 Log:
5 Add patch to fix underlinking detected by gold, https://bugzilla.gnome.org/show_bug.cgi?id=673384
6
7 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-libs/mx/files/mx-1.4.2-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/mx/files/mx-1.4.2-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/mx/files/mx-1.4.2-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: mx-1.4.2-gold.patch
16 ===================================================================
17 mx/Makefile.am | 2 +-
18 mx/Makefile.in | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/mx/Makefile.am b/mx/Makefile.am
22 index 0e5a61e..4f2b4a4 100644
23 --- a/mx/Makefile.am
24 +++ b/mx/Makefile.am
25 @@ -268,7 +268,7 @@ libmx_@MX_API_VERSION@_la_SOURCES = \
26 $(top_srcdir)/mx/mx.h \
27 $(NULL)
28
29 -libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS)
30 +libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS) -lm
31
32 if HAVE_INTROSPECTION
33 -include $(INTROSPECTION_MAKEFILE)
34 diff --git a/mx/Makefile.in b/mx/Makefile.in
35 index 2fbf938..adfc59d 100644
36 --- a/mx/Makefile.in
37 +++ b/mx/Makefile.in
38 @@ -717,7 +717,7 @@ libmx_@MX_API_VERSION@_la_SOURCES = \
39 $(top_srcdir)/mx/mx.h \
40 $(NULL)
41
42 -libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS)
43 +libmx_@MX_API_VERSION@_la_LIBADD = $(MX_LIBS) -lm
44 @HAVE_INTROSPECTION_TRUE@INTROSPECTION_GIRS = Mx-@MX_API_VERSION@.gir
45 @HAVE_INTROSPECTION_TRUE@Mx_@MX_API_VERSION_AM@_gir_NAMESPACE = Mx
46 @HAVE_INTROSPECTION_TRUE@Mx_@MX_API_VERSION_AM@_gir_VERSION = @MX_API_VERSION@