Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/gmpc/files: gmpc-11.8.16-underlinking.patch gmpc-0.20.0-underlinking.patch
Date: Fri, 29 Mar 2013 20:47:01
Message-Id: 20130329204657.3DA8D20081@flycatcher.gentoo.org
1 angelos 13/03/29 20:46:57
2
3 Added: gmpc-11.8.16-underlinking.patch
4 Removed: gmpc-0.20.0-underlinking.patch
5 Log:
6 Fix underlinking, convert to vala eclass
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
9
10 Revision Changes Path
11 1.1 media-sound/gmpc/files/gmpc-11.8.16-underlinking.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gmpc/files/gmpc-11.8.16-underlinking.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gmpc/files/gmpc-11.8.16-underlinking.patch?rev=1.1&content-type=text/plain
15
16 Index: gmpc-11.8.16-underlinking.patch
17 ===================================================================
18 diff --git a/src/Makefile.am b/src/Makefile.am
19 index 497194b..84c31f0 100644
20 --- a/src/Makefile.am
21 +++ b/src/Makefile.am
22 @@ -174,7 +174,8 @@ LIBS= \
23 @libxml2_LIBS@\
24 @libx11_LIBS@\
25 @sqlite3_LIBS@\
26 - -lz
27 + -lz\
28 + -lm
29
30
31 if HAVE_UNIQUE