summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-06-06 19:57:26 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-06-06 19:57:26 +0000
commitd70228afc79df890531664b25cfc39d041b4a2e6 (patch)
tree4e1f32418466c97b42b8a843232424a4a8b44760 /x11-plugins/wmauda
parentversion bump (diff)
downloadgentoo-2-d70228afc79df890531664b25cfc39d041b4a2e6.tar.gz
gentoo-2-d70228afc79df890531664b25cfc39d041b4a2e6.tar.bz2
gentoo-2-d70228afc79df890531664b25cfc39d041b4a2e6.zip
Update as-needed patch to fix underlinking problem, bug #369889
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmauda')
-rw-r--r--x11-plugins/wmauda/ChangeLog8
-rw-r--r--x11-plugins/wmauda/files/wmauda-0.7-asneeded.patch5
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-plugins/wmauda/ChangeLog b/x11-plugins/wmauda/ChangeLog
index ab1fcbbc036e..f342a74fcc91 100644
--- a/x11-plugins/wmauda/ChangeLog
+++ b/x11-plugins/wmauda/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmauda
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.15 2010/06/20 17:05:34 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.16 2011/06/06 19:57:26 voyageur Exp $
+
+ 06 Jun 2011; Bernard Cafarelli <voyageur@gentoo.org>
+ files/wmauda-0.7-asneeded.patch:
+ Update as-needed patch to fix underlinking problem, bug #369889
20 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> wmauda-0.7.ebuild,
+files/wmauda-0.7-asneeded.patch:
diff --git a/x11-plugins/wmauda/files/wmauda-0.7-asneeded.patch b/x11-plugins/wmauda/files/wmauda-0.7-asneeded.patch
index e9aaabb13332..dc1220aadbcf 100644
--- a/x11-plugins/wmauda/files/wmauda-0.7-asneeded.patch
+++ b/x11-plugins/wmauda/files/wmauda-0.7-asneeded.patch
@@ -1,6 +1,7 @@
Fixing build with as-needed, respecting LDFLAGS
-
http://bugs.gentoo.org/show_bug.cgi?id=320795
+Also fix underlinking, adding missing -lX11
+http://bugs.gentoo.org/show_bug.cgi?id=369889
--- Makefile
+++ Makefile
@@ -11,7 +12,7 @@ http://bugs.gentoo.org/show_bug.cgi?id=320795
-CFLAGS += $(shell pkg-config audacious --cflags) $(shell pkg-config dbus-1 --cflags)
-LIBS := $(shell pkg-config audacious --libs) $(shell pkg-config dbus-1 --libs)
+CFLAGS += $(shell pkg-config audclient --cflags) $(shell pkg-config dbus-1 --cflags)
-+LIBS := $(shell pkg-config audclient --libs) $(shell pkg-config dbus-1 --libs)
++LIBS := $(shell pkg-config audclient --libs) $(shell pkg-config dbus-1 --libs) -lX11
OBJS = wmauda.o
HEADERS = config.h dock-master.xpm