diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:57:36 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-04-09 17:57:36 +0000 |
commit | d2fccd175cdbf23a496b6de0d968e72c806cc6f1 (patch) | |
tree | ef964d9b5e7e232788610bc01b6c3d522114516e /games-fps/doomsday | |
parent | x86 stable wrt bug 173869 (diff) | |
download | historical-d2fccd175cdbf23a496b6de0d968e72c806cc6f1.tar.gz historical-d2fccd175cdbf23a496b6de0d968e72c806cc6f1.tar.bz2 historical-d2fccd175cdbf23a496b6de0d968e72c806cc6f1.zip |
use games_get_libdir
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'games-fps/doomsday')
-rw-r--r-- | games-fps/doomsday/doomsday-1.9.0_beta5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/doomsday/doomsday-1.9.0_beta5.ebuild b/games-fps/doomsday/doomsday-1.9.0_beta5.ebuild index 0ed3e6cef05d..35bbb29e9032 100644 --- a/games-fps/doomsday/doomsday-1.9.0_beta5.ebuild +++ b/games-fps/doomsday/doomsday-1.9.0_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.0_beta5.ebuild,v 1.2 2007/03/13 01:29:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.0_beta5.ebuild,v 1.3 2007/04/09 17:52:06 nyhm Exp $ inherit toolchain-funcs games @@ -33,7 +33,7 @@ src_compile() { -DCMAKE_INSTALL_PREFIX=/usr \ -Ddatadir="${GAMES_DATADIR}"/${PN} \ -Dbindir="${GAMES_BINDIR}" \ - -Dlibdir="${GAMES_LIBDIR}" \ + -Dlibdir="$(games_get_libdir)" \ $(use openal && echo -DBUILDOPENAL=1) \ ../ || die "cmake failed" emake || die "emake failed" |