summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-08-23 17:52:51 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-08-23 17:52:51 +0000
commit38ff8adc27e3b02598370ea9831838aa304ec479 (patch)
treeae87f98407129814ac224fdf8312fc221a5c4efd /x11-plugins/wmxres
parentFix as-needed problem, bug #334029 (diff)
downloadgentoo-2-38ff8adc27e3b02598370ea9831838aa304ec479.tar.gz
gentoo-2-38ff8adc27e3b02598370ea9831838aa304ec479.tar.bz2
gentoo-2-38ff8adc27e3b02598370ea9831838aa304ec479.zip
Respect LDFLAGS, bug #331821 by flameeyes
(Portage version: 2.2_rc68/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmxres')
-rw-r--r--x11-plugins/wmxres/ChangeLog7
-rw-r--r--x11-plugins/wmxres/wmxres-1.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmxres/ChangeLog b/x11-plugins/wmxres/ChangeLog
index b619dc2e84b8..09d78b4a0013 100644
--- a/x11-plugins/wmxres/ChangeLog
+++ b/x11-plugins/wmxres/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmxres
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.7 2008/01/12 13:57:08 drac Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.8 2010/08/23 17:52:51 voyageur Exp $
+
+ 23 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
+ Respect LDFLAGS, bug #331821 by flameeyes
12 Jan 2008; Samuli Suominen <drac@gentoo.org> -files/wmxres.desktop,
-files/wmxres-makefile.patch, wmxres-1.2.ebuild:
diff --git a/x11-plugins/wmxres/wmxres-1.2.ebuild b/x11-plugins/wmxres/wmxres-1.2.ebuild
index ac4a3c3465a6..d756961a875b 100644
--- a/x11-plugins/wmxres/wmxres-1.2.ebuild
+++ b/x11-plugins/wmxres/wmxres-1.2.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/wmxres/wmxres-1.2.ebuild,v 1.7 2008/01/12 13:58:15 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.8 2010/08/23 17:52:51 voyageur Exp $
inherit eutils multilib toolchain-funcs
@@ -29,7 +29,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-debian-1.1-1.2.patch
sed -e "s:-g -c -O2:${CFLAGS} -c:" \
- -e "s:cc:$(tc-getCC):g" -i Makefile
+ -e "s:cc:$(tc-getCC) \$(LDFLAGS):g" -i Makefile
}
src_compile() {