summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-16 22:42:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-16 22:42:30 +0000
commit52e8f75f477275e7d876ca03fc5eacded25946bf (patch)
treecd9361057b196f8634d8b9ff49bcf889e215b179 /games-strategy
parentuse emake (diff)
downloadhistorical-52e8f75f477275e7d876ca03fc5eacded25946bf.tar.gz
historical-52e8f75f477275e7d876ca03fc5eacded25946bf.tar.bz2
historical-52e8f75f477275e7d876ca03fc5eacded25946bf.zip
use emake
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/ufo-ai/Manifest2
-rw-r--r--games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/ufo-ai/Manifest b/games-strategy/ufo-ai/Manifest
index 4305d0250b6d..a5e401774982 100644
--- a/games-strategy/ufo-ai/Manifest
+++ b/games-strategy/ufo-ai/Manifest
@@ -1,5 +1,5 @@
MD5 4495fa75bf9fb8dae051c21df8886557 ChangeLog 1378
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 e87c7fcbe86e992c100249e2d862286f ufo-ai-0.10.040218.ebuild 1407
+MD5 386ef24d4f0889b81c001f65560ea88a ufo-ai-0.10.040218.ebuild 1409
MD5 6ca39990b18a4bf10c112bb43983024e files/0.10.040218-Makefile.patch 1759
MD5 741c23ff1ac99c9aaf9ffead77cf26c4 files/digest-ufo-ai-0.10.040218 135
diff --git a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild
index 4123e88ebfe6..ad9c5a763be0 100644
--- a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild
+++ b/games-strategy/ufo-ai/ufo-ai-0.10.040218.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/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.12 2004/07/01 05:34:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.13 2004/07/16 22:42:30 mr_bones_ Exp $
inherit eutils games flag-o-matic
@@ -31,9 +31,9 @@ src_unpack() {
src_compile() {
filter-flags -fstack-protector #51116
cd "${S}/source/linux"
- make build_release \
+ emake build_release \
OPTCFLAGS="${CFLAGS}" \
- || die "make failed"
+ || die "emake failed"
}
src_install() {