summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-07-24 23:38:49 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-07-24 23:38:49 +0000
commitd790802a754d15a8f7d173b11821d66df4218094 (patch)
treefebdac8b908c6ed7f44a1e8f0281b3a64bbfc82c /dev-lang
parentslight adjustment (diff)
downloadgentoo-2-d790802a754d15a8f7d173b11821d66df4218094.tar.gz
gentoo-2-d790802a754d15a8f7d173b11821d66df4218094.tar.bz2
gentoo-2-d790802a754d15a8f7d173b11821d66df4218094.zip
werks
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mono/ChangeLog6
-rw-r--r--dev-lang/mono/mono-0.12.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 4b4fe19aa1e2..9fdbce4852b1 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for dev-lang/mono
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.2 2002/07/24 21:04:26 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.3 2002/07/24 23:38:49 lostlogic Exp $
*mono-0.12 (24 Jul 2002)
+ 24 Jul 2002: Brandon Low <lostlogic@gentoo.org> mono-0.12.ebuild, ChangeLog:
+ Doesn't like parallel make, and .keep a dir that it might need (othewise why did
+ it create it?)
+
23 Jul 2002; Phil Bordelon <sunflare@gentoo.org> ChangeLog: Unmasking the ebuild.
PLEASE NOTE that the build has been known to bomb on at least one machine, although
it worked on all of the rest of them that we tested it on. This is very much
diff --git a/dev-lang/mono/mono-0.12.ebuild b/dev-lang/mono/mono-0.12.ebuild
index 93041bc50468..4b3280fe6ca4 100644
--- a/dev-lang/mono/mono-0.12.ebuild
+++ b/dev-lang/mono/mono-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.2 2002/07/24 21:04:26 sunflare Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.12.ebuild,v 1.3 2002/07/24 23:38:49 lostlogic Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mono runtime"
@@ -19,7 +19,7 @@ src_compile() {
--prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info || die "./configure failed"
- emake || die
+ MAKEOPTS="-j1" emake || die
}
src_install () {
@@ -29,6 +29,8 @@ src_install () {
infodir=${D}/usr/share/info \
install || die
+ touch ${D}/usr/include/${PN}/utils/.keep
+
dodoc AUTHORS ChangeLog COPYING.LIB NEWS README
docinto docs ; dodoc docs/gc-issues docs/jit-thoughts docs/object-layout docs/unmanaged-calls \
docs/exceptions docs/jit-trampolines docs/stack-alignment