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-extra/synapse/files: synapse-0.2.8.2-underlinking.patch
Date: Sun, 29 Jan 2012 18:31:03
Message-Id: 20120129183054.11B492004C@flycatcher.gentoo.org
1 jlec 12/01/29 18:30:54
2
3 Added: synapse-0.2.8.2-underlinking.patch
4 Log:
5 Add underlinking patch, moved to autotools-utils.eclass
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnome-extra/synapse/files/synapse-0.2.8.2-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/synapse/files/synapse-0.2.8.2-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/synapse/files/synapse-0.2.8.2-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: synapse-0.2.8.2-underlinking.patch
16 ===================================================================
17 src/ui/Makefile.am | 2 +-
18 1 files changed, 1 insertions(+), 1 deletions(-)
19
20 diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
21 index 3790ed2..78686ee 100644
22 --- a/src/ui/Makefile.am
23 +++ b/src/ui/Makefile.am
24 @@ -42,7 +42,7 @@ synapse_LDADD = \
25 $(top_builddir)/src/core/libsynapsecore.la \
26 $(top_builddir)/src/plugins/libplugins.la \
27 $(top_builddir)/src/tile-view/libtileview.la \
28 - $(NULL)
29 + $(NULL) -lm
30
31 if HAVE_INDICATOR
32 synapse_VALAFLAGS += --pkg appindicator-0.1 -D HAVE_INDICATOR