summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2010-08-31 08:31:35 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2010-08-31 08:31:35 +0000
commitbb8371bed98e0ceabd13bd444a4e86b013956870 (patch)
tree9356151863c13148d46c101fede0ce86cf1768b2 /x11-plugins/wmcms
parentadd changelog entry (diff)
downloadgentoo-2-bb8371bed98e0ceabd13bd444a4e86b013956870.tar.gz
gentoo-2-bb8371bed98e0ceabd13bd444a4e86b013956870.tar.bz2
gentoo-2-bb8371bed98e0ceabd13bd444a4e86b013956870.zip
Respect LDFLAGS, see bug #335031.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/wmcms')
-rw-r--r--x11-plugins/wmcms/ChangeLog7
-rw-r--r--x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-plugins/wmcms/ChangeLog b/x11-plugins/wmcms/ChangeLog
index a407bac74985..b3723a7dd6ee 100644
--- a/x11-plugins/wmcms/ChangeLog
+++ b/x11-plugins/wmcms/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcms
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.14 2007/02/06 01:58:33 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.15 2010/08/31 08:31:35 s4t4n Exp $
+
+ 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmcms-0.3.5-r1.ebuild:
+ Respect LDFLAGS, see bug #335031.
06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild
index ea60b673322e..bd56ad1314bb 100644
--- a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild
+++ b/x11-plugins/wmcms/wmcms-0.3.5-r1.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/wmcms/wmcms-0.3.5-r1.ebuild,v 1.8 2008/06/29 14:05:08 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v 1.9 2010/08/31 08:31:35 s4t4n Exp $
inherit eutils
@@ -19,6 +19,9 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/wmcms-0.3.5-s4t4n.patch
+
+ # Respect LDFLAGS, see bug #335031
+ sed -i 's/ -o wmcms/ ${LDFLAGS} -o wmcms/' "Makefile"
}
src_compile() {