summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/ncurses/ncurses-5.2-r3.ebuild')
-rw-r--r--sys-libs/ncurses/ncurses-5.2-r3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/ncurses/ncurses-5.2-r3.ebuild b/sys-libs/ncurses/ncurses-5.2-r3.ebuild
index 43bdf13b9261..521b31a1a38f 100644
--- a/sys-libs/ncurses/ncurses-5.2-r3.ebuild
+++ b/sys-libs/ncurses/ncurses-5.2-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r3.ebuild,v 1.2 2001/04/23 04:17:55 achim Exp $
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r3.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -22,7 +22,8 @@ src_compile() {
--with-shared --with-rcs-ids \
--host=${CHOST} ${myconf}
- try make ${MAKEOPTS}
+ # Parallel make fails sometimes so I removed MAKEOPTS
+ try make
}