diff options
author | 2001-06-11 08:11:28 +0000 | |
---|---|---|
committer | 2001-06-11 08:11:28 +0000 | |
commit | 3c6132a8f709960b6c28a40472d2aaee1b1a7aaf (patch) | |
tree | 61d5294b814b4701cdfc1ff21738b20ac3e2f8ea /gnome-base/libglade | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.gz gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.tar.bz2 gentoo-2-3c6132a8f709960b6c28a40472d2aaee1b1a7aaf.zip |
Changed to pmake where make -j 4 worked, if it didn't I added a comment about it
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r-- | gnome-base/libglade/libglade-0.16-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/libglade/libglade-0.16-r1.ebuild b/gnome-base/libglade/libglade-0.16-r1.ebuild index 73e36825f99e..c4775f8d0eea 100644 --- a/gnome-base/libglade/libglade-0.16-r1.ebuild +++ b/gnome-base/libglade/libglade-0.16-r1.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-base/libglade/libglade-0.16-r1.ebuild,v 1.2 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.16-r1.ebuild,v 1.3 2001/06/11 08:11:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -31,8 +31,8 @@ src_compile() { then myconf="${myconf} --disable-nls" fi - try ./configure --host=${CHOST} --prefix=/opt/gnome ${myconf} - try make + try ./configure --host=${CHOST} --prefix=/opt/gnome --disable-gnomedb ${myconf} + try pmake } |