summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-08-31 10:51:13 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-08-31 10:51:13 +0000
commitf6e54ce8627e4a78686b0af7bfe1e04cd3a24267 (patch)
treec7c853d79f59104dea344383df11ec12d2be8325 /x11-plugins/wmsvencd
parentHonour LDFLAGS. Closes bug #334623. (diff)
downloadgentoo-2-f6e54ce8627e4a78686b0af7bfe1e04cd3a24267.tar.gz
gentoo-2-f6e54ce8627e4a78686b0af7bfe1e04cd3a24267.tar.bz2
gentoo-2-f6e54ce8627e4a78686b0af7bfe1e04cd3a24267.zip
Honour LDFLAGS. Closes bug #334613.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmsvencd')
-rw-r--r--x11-plugins/wmsvencd/ChangeLog5
-rw-r--r--x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-plugins/wmsvencd/ChangeLog b/x11-plugins/wmsvencd/ChangeLog
index bdf85b995ad0..105ded9ae32f 100644
--- a/x11-plugins/wmsvencd/ChangeLog
+++ b/x11-plugins/wmsvencd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmsvencd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.7 2006/10/25 10:54:59 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.8 2010/08/31 10:51:13 s4t4n Exp $
+
+ 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmsvencd-0.5.0.ebuild:
+ Honour LDFLAGS. Closes bug #334613.
25 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmsvencd-0.5.0.ebuild:
Added missing libxpm dependancy. Closes bug #150657.
diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
index e3011cbe45c3..ddbcab610cc8 100644
--- a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
+++ b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.8 2010/07/22 14:36:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.9 2010/08/31 10:51:13 s4t4n Exp $
inherit eutils
@@ -22,6 +22,8 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/wmsvencd-compile.patch
+
+ sed -i 's:c++ -o:c++ $(LDFLAGS) -o:' Makefile
}
src_compile() {