summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-09-09 10:01:48 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-09-09 10:01:48 +0000
commite3e18015b8fa9032d76c4f78356811a304b20327 (patch)
treebc03c65a5301d40ae6d32f2e0a4aadecc056702c /x11-plugins/wmifs
parentPatched Makefile to make it at least decent. Closes bug #336547. (diff)
downloadgentoo-2-e3e18015b8fa9032d76c4f78356811a304b20327.tar.gz
gentoo-2-e3e18015b8fa9032d76c4f78356811a304b20327.tar.bz2
gentoo-2-e3e18015b8fa9032d76c4f78356811a304b20327.zip
Honour Gentoo LDFLAGS, see bug #336537.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmifs')
-rw-r--r--x11-plugins/wmifs/ChangeLog7
-rw-r--r--x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmifs/ChangeLog b/x11-plugins/wmifs/ChangeLog
index 9ab69ef5d871..ed310d43a808 100644
--- a/x11-plugins/wmifs/ChangeLog
+++ b/x11-plugins/wmifs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmifs
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.20 2007/07/22 05:01:25 dberkholz Exp $
+# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.21 2010/09/09 10:01:48 s4t4n Exp $
+
+ 09 Sep 2010; Michele Noberasco <s4t4n@gentoo.org>; wmifs-1.3_beta1-r2.ebuild:
+ Honour Gentoo LDFLAGS, see bug #336537.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
wmifs-1.3_beta1-r2.ebuild:
diff --git a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild
index 1583afdbaeb6..4b1e7cdd7820 100644
--- a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.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/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.9 2010/07/22 14:35:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.10 2010/09/09 10:01:48 s4t4n Exp $
inherit eutils
@@ -30,6 +30,9 @@ src_unpack()
# patch to allow for longer interface names
# and prettify program output for long names
epatch "${WORKDIR}"/${PN}_${MY_PV}-11.diff
+
+ # Honour Gentoo LDFLAGS, see bug #336537
+ sed -i "s/-o wmifs/\$(LDFLAGS) -o wmifs/" Makefile
}
src_compile()