summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-27 07:39:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-27 07:39:09 +0000
commita0066c0872cd13553a547c0681745089bc64ee28 (patch)
tree0d98ccad816dc74434e28b6f66363211f06b15fb /games-fps/quake3
parentppc love (diff)
downloadgentoo-2-a0066c0872cd13553a547c0681745089bc64ee28.tar.gz
gentoo-2-a0066c0872cd13553a547c0681745089bc64ee28.tar.bz2
gentoo-2-a0066c0872cd13553a547c0681745089bc64ee28.zip
make sure we declare our libdir
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r--games-fps/quake3/quake3-1.33_alpha187.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/quake3/quake3-1.33_alpha187.ebuild b/games-fps/quake3/quake3-1.33_alpha187.ebuild
index d7b90db6fa99..e0c5ab39b1ea 100644
--- a/games-fps/quake3/quake3-1.33_alpha187.ebuild
+++ b/games-fps/quake3/quake3-1.33_alpha187.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.33_alpha187.ebuild,v 1.1 2005/10/27 07:37:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.33_alpha187.ebuild,v 1.2 2005/10/27 07:39:09 vapier Exp $
if [[ ${PV} == "9999" ]] ; then
ESVN_REPO_URI="svn://svn.icculus.org/quake3/trunk"
@@ -48,6 +48,7 @@ src_compile() {
ARCH=$(tc-arch-kernel) \
OPTIMIZE="${CFLAGS}" \
DEFAULT_BASEDIR="${GAMES_DATADIR}/quake3" \
+ DEFAULT_LIBDIR="${GAMES_LIBDIR}/quake3" \
|| die
}