summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-06-11 08:11:28 +0000
commit1e75e16299b3e6e51b37ca098d33f3c67a35e467 (patch)
tree17ea6b8a92a5fb0600e709df5187f6656bebdeda /x11-libs
parent*** empty log message *** (diff)
downloadhistorical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.gz
historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.tar.bz2
historical-1e75e16299b3e6e51b37ca098d33f3c67a35e467.zip
Changed to pmake where make -j 4 worked, if it didn't I added a comment about it
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/gtk+-1.2.10-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild
index 64b9c6af29e6..b563274e4ac4 100644
--- a/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-1.2.10-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/x11-libs/gtk+/gtk+-1.2.10-r1.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r1.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() {
try ./configure --host=${CHOST} --prefix=/usr/X11R6 ${myconf} \
--infodir=/usr/X11R6/info --mandir=/usr/X11R6/man --sysconfdir=/etc/X11 \
--with-xinput=xfree --with-x
- try make
+ try pmake
}
src_install() {