summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-22 05:16:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-22 05:16:04 +0000
commit9a07b145be8a02a9ec226e6e6b43d518acb9c867 (patch)
tree73bb631925bf519f49ac492101ffa33f847b2d12 /games-strategy
parentFixed references to "macos" in $ARCH; bug #64506. (Manifest recommit) (diff)
downloadgentoo-2-9a07b145be8a02a9ec226e6e6b43d518acb9c867.tar.gz
gentoo-2-9a07b145be8a02a9ec226e6e6b43d518acb9c867.tar.bz2
gentoo-2-9a07b145be8a02a9ec226e6e6b43d518acb9c867.zip
Added --disable-paragui for bug #61154
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/asc/ChangeLog5
-rw-r--r--games-strategy/asc/asc-1.15.0.0.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog
index 67e94516bfe0..beb7ed206ac1 100644
--- a/games-strategy/asc/ChangeLog
+++ b/games-strategy/asc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/asc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.6 2004/06/24 23:25:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.7 2004/09/22 05:16:04 mr_bones_ Exp $
+
+ 21 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> asc-1.15.0.0.ebuild:
+ Added --disable-paragui for bug #61154
24 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> asc-1.15.0.0.ebuild:
Changed DEPEND for libsigc and closing bug #55004.
diff --git a/games-strategy/asc/asc-1.15.0.0.ebuild b/games-strategy/asc/asc-1.15.0.0.ebuild
index 1634ba65cb67..aea16d11fffe 100644
--- a/games-strategy/asc/asc-1.15.0.0.ebuild
+++ b/games-strategy/asc/asc-1.15.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.15.0.0.ebuild,v 1.4 2004/07/01 05:34:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.15.0.0.ebuild,v 1.5 2004/09/22 05:16:04 mr_bones_ Exp $
inherit games
@@ -34,11 +34,14 @@ src_unpack() {
src_compile() {
# Added --disable-paraguitest for bugs 26402 and 4488
+ # Added --disable-paragui for bug 61154 since it's not really used much
+ # and the case is well documented at http://www.asc-hq.org/
egamesconf \
- --datadir="${GAMES_DATADIR_BASE}" \
--disable-dependency-tracking \
--disable-paraguitest \
- || die
+ --disable-paragui \
+ --datadir="${GAMES_DATADIR_BASE}" \
+ || die
emake || die "emake failed"
}