summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/chocolate-doom/chocolate-doom-1.0.0.ebuild')
-rw-r--r--games-fps/chocolate-doom/chocolate-doom-1.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-fps/chocolate-doom/chocolate-doom-1.0.0.ebuild b/games-fps/chocolate-doom/chocolate-doom-1.0.0.ebuild
index 5d51e572e..2f19430f8 100644
--- a/games-fps/chocolate-doom/chocolate-doom-1.0.0.ebuild
+++ b/games-fps/chocolate-doom/chocolate-doom-1.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit games
+inherit games autotools
DESCRIPTION="Doom port designed to act identically to the original game"
HOMEPAGE="http://www.chocolate-doom.org/"
@@ -30,6 +30,8 @@ src_unpack() {
sed -i \
-e "s:^gamesdir =.*:gamesdir = ${GAMES_BINDIR}:" \
setup/Makefile.am || die "sed Makefile.am failed"
+
+ eautoreconf
}
src_compile() {