diff options
author | 2006-05-25 13:13:34 +0000 | |
---|---|---|
committer | 2006-05-25 13:13:34 +0000 | |
commit | beff99f7acba257238c6b9fd9244b676be8f580e (patch) | |
tree | 406b828ab35cfe33126c209b5bde850a9b6d259f /games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | |
parent | Fixed syntax of replace-cpu-flags according to Bug 115242 (diff) | |
download | gentoo-2-beff99f7acba257238c6b9fd9244b676be8f580e.tar.gz gentoo-2-beff99f7acba257238c6b9fd9244b676be8f580e.tar.bz2 gentoo-2-beff99f7acba257238c6b9fd9244b676be8f580e.zip |
Use the correct CC value for cross-distcc, and add missing jpeg dependency. Closes bug #134319.
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild')
-rw-r--r-- | games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild index fe55b19ceab8..4f7aa1136f3a 100644 --- a/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild +++ b/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.13 2006/05/06 10:15:39 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake2-icculus/quake2-icculus-0.16.1.ebuild,v 1.14 2006/05/25 13:13:34 flameeyes Exp $ -inherit eutils games +inherit eutils toolchain-funcs games MY_P="quake2-r${PV}" DESCRIPTION="The icculus.org linux port of iD's quake2 engine" @@ -26,7 +26,8 @@ RDEPEND="opengl? ( virtual/opengl ) virtual/x11 ) ) alsa? ( media-libs/alsa-lib ) - arts? ( kde-base/arts )" + arts? ( kde-base/arts ) + media-libs/jpeg" DEPEND="${RDEPEND} X? ( || ( ( x11-proto/xproto x11-proto/xextproto x11-proto/xf86dgaproto x11-proto/xf86vidmodeproto ) @@ -110,6 +111,7 @@ src_compile() { DEFAULT_BASEDIR="${GAMES_DATADIR}/quake2" \ DEFAULT_LIBDIR="${GAMES_LIBDIR}/${PN}${libsuffix}" \ OPT_CFLAGS="${CFLAGS}" \ + CC="$(tc-getCC)" \ || die "make failed" # now we save the build dir ... except for the object files ... rm release*/*/*.o |