summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-10-07 08:43:21 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-10-07 08:43:21 +0000
commitbda3e0d5badeedfbf759876906c3e7cc05c57d44 (patch)
tree2d147480dfe691391a4cd929ffc0da59b4ccc8b7 /games-action/rafkill/rafkill-1.2.3.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-bda3e0d5badeedfbf759876906c3e7cc05c57d44.tar.gz
historical-bda3e0d5badeedfbf759876906c3e7cc05c57d44.tar.bz2
historical-bda3e0d5badeedfbf759876906c3e7cc05c57d44.zip
Respect LDFLAGS. Bug #339896
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'games-action/rafkill/rafkill-1.2.3.ebuild')
-rw-r--r--games-action/rafkill/rafkill-1.2.3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-action/rafkill/rafkill-1.2.3.ebuild b/games-action/rafkill/rafkill-1.2.3.ebuild
index 1da96157efbf..663aafec48c7 100644
--- a/games-action/rafkill/rafkill-1.2.3.ebuild
+++ b/games-action/rafkill/rafkill-1.2.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/games-action/rafkill/rafkill-1.2.3.ebuild,v 1.4 2009/11/23 01:40:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.3.ebuild,v 1.5 2010/10/07 08:43:21 tupone Exp $
EAPI=2
inherit eutils toolchain-funcs games
@@ -23,7 +23,8 @@ src_prepare() {
rm -f {data,music}/.sconsign
epatch \
"${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-gcc43.patch
+ "${FILESDIR}"/${P}-gcc43.patch \
+ "${FILESDIR}"/${P}-ldflags.patch
sed -i \
-e "/^#define INSTALL_DIR/s:\.:${GAMES_DATADIR}:" \
src/defs.cpp \