diff options
Diffstat (limited to 'games-fps/doomsday/doomsday-1.9.0_beta69.ebuild')
-rw-r--r-- | games-fps/doomsday/doomsday-1.9.0_beta69.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-fps/doomsday/doomsday-1.9.0_beta69.ebuild b/games-fps/doomsday/doomsday-1.9.0_beta69.ebuild index ab4975fe76b7..0d66e4d59954 100644 --- a/games-fps/doomsday/doomsday-1.9.0_beta69.ebuild +++ b/games-fps/doomsday/doomsday-1.9.0_beta69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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_beta69.ebuild,v 1.4 2011/03/18 19:38:17 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.0_beta69.ebuild,v 1.5 2011/05/16 14:40:29 tupone Exp $ EAPI=2 inherit cmake-utils games @@ -28,6 +28,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P}/${PN} +PATCHES=( "${FILESDIR}"/${P}-underlink.patch ) + src_configure() { mycmakeargs=( -Dbindir="${GAMES_BINDIR}" |