summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-08-31 10:43:52 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-08-31 10:43:52 +0000
commit1ce5234d9a54c04c0f9ae1e5c0425527777a0fc1 (patch)
tree558c8de37869397a99c5a8af62138984509f1205 /x11-plugins/wmrack
parentRespect LDFLAGS. Bug #335276 (diff)
downloadgentoo-2-1ce5234d9a54c04c0f9ae1e5c0425527777a0fc1.tar.gz
gentoo-2-1ce5234d9a54c04c0f9ae1e5c0425527777a0fc1.tar.bz2
gentoo-2-1ce5234d9a54c04c0f9ae1e5c0425527777a0fc1.zip
Honour LDFLAGS. Closes bug #334623.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmrack')
-rw-r--r--x11-plugins/wmrack/ChangeLog7
-rw-r--r--x11-plugins/wmrack/wmrack-1.3.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmrack/ChangeLog b/x11-plugins/wmrack/ChangeLog
index ddb382cf706f..cec57dbc49b7 100644
--- a/x11-plugins/wmrack/ChangeLog
+++ b/x11-plugins/wmrack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmrack
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.10 2008/06/28 07:13:50 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.11 2010/08/31 10:43:52 s4t4n Exp $
+
+ 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmrack-1.3.ebuild:
+ Honour LDFLAGS. Closes bug #334623.
28 Jun 2008; Markus Meier <maekke@gentoo.org> wmrack-1.3.ebuild:
x86 stable, bug #229589
diff --git a/x11-plugins/wmrack/wmrack-1.3.ebuild b/x11-plugins/wmrack/wmrack-1.3.ebuild
index 15d0fbfca317..205f9fdefff9 100644
--- a/x11-plugins/wmrack/wmrack-1.3.ebuild
+++ b/x11-plugins/wmrack/wmrack-1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.3.ebuild,v 1.2 2008/06/28 07:13:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.3.ebuild,v 1.3 2010/08/31 10:43:52 s4t4n Exp $
inherit multilib toolchain-funcs
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
sed -i -e 's:gcc:$(CC):' "${S}"/Makefile.in
+ sed -i -e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in
}
src_compile() {