summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/mercury-extras/ChangeLog5
-rw-r--r--dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-lang/mercury-extras/ChangeLog b/dev-lang/mercury-extras/ChangeLog
index 44967a2724bd..fac86ddd58dd 100644
--- a/dev-lang/mercury-extras/ChangeLog
+++ b/dev-lang/mercury-extras/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/mercury-extras
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/ChangeLog,v 1.45 2006/10/10 07:48:20 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/ChangeLog,v 1.46 2006/10/11 06:51:52 keri Exp $
+
+ 11 Oct 2006; keri <keri@gentoo.org> mercury-extras-0.12.2-r2.ebuild:
+ Use default MMAKEFLAGS in src_install.
10 Oct 2006; keri <keri@gentoo.org>
+files/mercury-extras-0.12.2-parallel-mmake.patch,
diff --git a/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild b/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild
index d78dd3e0a5f5..bb14e3ecb9c6 100644
--- a/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild,v 1.8 2006/10/10 07:48:20 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-0.12.2-r2.ebuild,v 1.9 2006/10/11 06:51:52 keri Exp $
inherit eutils
@@ -82,7 +82,6 @@ src_compile() {
src_install() {
cd "${S}"
mmake \
- MMAKEFLAGS="${MAKEOPTS}" \
INSTALL_PREFIX="${D}"/usr install \
|| die "mmake install failed"
@@ -91,7 +90,6 @@ src_install() {
mv Mmakefile Mmakefile.opengl
mv Mmakefile.mtogl Mmakefile
mmake \
- MMAKEFLAGS="${MAKEOPTS}" \
INSTALL_PREFIX="${D}"/usr install \
|| die "mmake install mtogl failed"
fi