summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-09-30 15:54:06 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-09-30 15:54:06 +0000
commitbd86bf8188ddb075ae48c962489bf41e16deea32 (patch)
treec67aa95010ffd4d607b5b57962985774c7c537b3 /games-emulation/virtualjaguar
parentAllow use of upower in place of devicekit-power. Clean up old revisions. (diff)
downloadgentoo-2-bd86bf8188ddb075ae48c962489bf41e16deea32.tar.gz
gentoo-2-bd86bf8188ddb075ae48c962489bf41e16deea32.tar.bz2
gentoo-2-bd86bf8188ddb075ae48c962489bf41e16deea32.zip
Respect LDFLAGS. Bug #337679
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-emulation/virtualjaguar')
-rw-r--r--games-emulation/virtualjaguar/ChangeLog8
-rw-r--r--games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild11
2 files changed, 11 insertions, 8 deletions
diff --git a/games-emulation/virtualjaguar/ChangeLog b/games-emulation/virtualjaguar/ChangeLog
index a76fa50213fc..8aff95eba2f2 100644
--- a/games-emulation/virtualjaguar/ChangeLog
+++ b/games-emulation/virtualjaguar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/virtualjaguar
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.12 2009/01/20 14:24:47 tupone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/ChangeLog,v 1.13 2010/09/30 15:54:06 tupone Exp $
+
+ 30 Sep 2010; Tupone Alfredo <tupone@gentoo.org>
+ virtualjaguar-1.0.7.ebuild:
+ Respect LDFLAGS. Bug #337679 by flameeyes@gentoo.org
20 Jan 2009; Alfredo Tupone <tupone@gentoo.org>
+files/virtualjaguar-1.0.7-gcc43.patch, virtualjaguar-1.0.7.ebuild:
diff --git a/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild b/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild
index 8a115655ea5e..eaac4b3c5cbc 100644
--- a/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild
+++ b/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild,v 1.5 2009/01/20 14:24:47 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/virtualjaguar/virtualjaguar-1.0.7.ebuild,v 1.6 2010/09/30 15:54:06 tupone Exp $
+EAPI="2"
inherit eutils toolchain-funcs games
@@ -18,9 +19,7 @@ DEPEND="virtual/opengl
S=${WORKDIR}/${P}-src
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
sed -i \
-e '/^CC/d' \
-e "/^LD\b/s:=.*:=$(tc-getCXX):" \
@@ -46,7 +45,7 @@ src_compile() {
GLLIB=-lGL \
SDLLIBTYPE=--libs
emake obj/m68kops.h || die # silly makefile
- emake || die "emake failed"
+ emake LDFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {