summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-11-09 13:26:14 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-11-09 13:26:14 +0000
commit68b848aabc5201912a24d5aa5e3bb51ae3dec4dd (patch)
tree186a9a32af660fb2e6375dde45375793eba9d714 /games-fps
parentCleanup old version; add new revbump that disables the xen-proxy in all cases... (diff)
downloadgentoo-2-68b848aabc5201912a24d5aa5e3bb51ae3dec4dd.tar.gz
gentoo-2-68b848aabc5201912a24d5aa5e3bb51ae3dec4dd.tar.bz2
gentoo-2-68b848aabc5201912a24d5aa5e3bb51ae3dec4dd.zip
Fix compiling as per bug #344441
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake3/ChangeLog7
-rw-r--r--games-fps/quake3/quake3-1.34_rc3.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog
index 1a72c8869009..c33b647cfb9d 100644
--- a/games-fps/quake3/ChangeLog
+++ b/games-fps/quake3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/quake3
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.52 2009/12/28 22:08:54 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.53 2010/11/09 13:26:14 tupone Exp $
+
+ 09 Nov 2010; Tupone Alfredo <tupone@gentoo.org> quake3-1.34_rc3.ebuild:
+ Fix compiling as per bug #344441 by morgan wahl
28 Dec 2009; Markus Meier <maekke@gentoo.org> quake3-1.34_rc3.ebuild:
amd64 stable, bug #296119
diff --git a/games-fps/quake3/quake3-1.34_rc3.ebuild b/games-fps/quake3/quake3-1.34_rc3.ebuild
index cc87695f0087..8b79055877a7 100644
--- a/games-fps/quake3/quake3-1.34_rc3.ebuild
+++ b/games-fps/quake3/quake3-1.34_rc3.ebuild
@@ -1,6 +1,6 @@
-# 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-fps/quake3/quake3-1.34_rc3.ebuild,v 1.11 2009/12/28 22:08:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_rc3.ebuild,v 1.12 2010/11/09 13:26:14 tupone Exp $
# quake3-9999 -> latest svn
# quake3-9999.REV -> use svn REV
@@ -80,6 +80,7 @@ src_compile() {
OPTIMIZE="${CFLAGS}" \
DEFAULT_BASEDIR="${GAMES_DATADIR}/quake3" \
DEFAULT_LIBDIR="$(games_get_libdir)/quake3" \
+ Q3ASM_CFLAGS="${CFLAGS}" \
|| die
}