summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-apps/gnucash/gnucash-1.4.12.ebuild')
-rw-r--r--gnome-apps/gnucash/gnucash-1.4.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-apps/gnucash/gnucash-1.4.12.ebuild b/gnome-apps/gnucash/gnucash-1.4.12.ebuild
index 4891a7c3267a..dc45d28f9740 100644
--- a/gnome-apps/gnucash/gnucash-1.4.12.ebuild
+++ b/gnome-apps/gnucash/gnucash-1.4.12.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnucash/gnucash-1.4.12.ebuild,v 1.3 2001/06/09 12:00:51 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnucash/gnucash-1.4.12.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -27,7 +27,7 @@ src_compile() {
myconf="--disable-nls"
fi
try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/man --host=${CHOST} $myconf
- try make
+ try make # Doesn't work with make -j 4 (hallski)
}