diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-01-29 18:30:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-01-29 18:30:53 +0000 |
commit | ded892e0bd4d1170f00cdf9e403bc98f7bbd9cbc (patch) | |
tree | b3ae6f7b0161bda91b7b93c9b3562a0c18c7857f /gnome-extra/synapse/files | |
parent | Initial commit. Bug #401123. Thanks to Hypnos <hypnos75@gmail.com> (diff) | |
download | gentoo-2-ded892e0bd4d1170f00cdf9e403bc98f7bbd9cbc.tar.gz gentoo-2-ded892e0bd4d1170f00cdf9e403bc98f7bbd9cbc.tar.bz2 gentoo-2-ded892e0bd4d1170f00cdf9e403bc98f7bbd9cbc.zip |
Add underlinking patch, moved to autotools-utils.eclass
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/synapse/files')
-rw-r--r-- | gnome-extra/synapse/files/synapse-0.2.8.2-underlinking.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnome-extra/synapse/files/synapse-0.2.8.2-underlinking.patch b/gnome-extra/synapse/files/synapse-0.2.8.2-underlinking.patch new file mode 100644 index 000000000000..5073bbc38fac --- /dev/null +++ b/gnome-extra/synapse/files/synapse-0.2.8.2-underlinking.patch @@ -0,0 +1,16 @@ + src/ui/Makefile.am | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am +index 3790ed2..78686ee 100644 +--- a/src/ui/Makefile.am ++++ b/src/ui/Makefile.am +@@ -42,7 +42,7 @@ synapse_LDADD = \ + $(top_builddir)/src/core/libsynapsecore.la \ + $(top_builddir)/src/plugins/libplugins.la \ + $(top_builddir)/src/tile-view/libtileview.la \ +- $(NULL) ++ $(NULL) -lm + + if HAVE_INDICATOR + synapse_VALAFLAGS += --pkg appindicator-0.1 -D HAVE_INDICATOR |