summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-16 00:24:28 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-16 00:24:28 +0000
commitef8c3c48c86e8e57f3adc5dfc6520b095358732c (patch)
tree8f0b24abef11cab1849f4f05e4af55026ba121a2 /x11-wm
parentAdded ppc to the KEYWORDS (diff)
downloadhistorical-ef8c3c48c86e8e57f3adc5dfc6520b095358732c.tar.gz
historical-ef8c3c48c86e8e57f3adc5dfc6520b095358732c.tar.bz2
historical-ef8c3c48c86e8e57f3adc5dfc6520b095358732c.zip
emake -> make to fix compilation problem
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild
index c8b87ac2a7ae..2d8197f71fe9 100644
--- a/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild
+++ b/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild,v 1.3 2002/07/13 19:24:18 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.1-r2.ebuild,v 1.4 2002/07/16 00:24:28 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Window Maker"
@@ -67,9 +67,7 @@ src_compile() {
&& myconf="${myconf} --enable-sound" \
|| myconf="${myconf} --disable-sound"
- ./configure \
- --host=${CHOST} \
- --prefix=/usr \
+ ./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc/X11 \
@@ -93,12 +91,13 @@ src_compile() {
Makefile.orig > Makefile
cd ${S}
- emake || die
+ #0.80.1-r2 did not work with make -j4 (drobbins, 15 Jul 2002)
+ #with future Portage, this should become "emake -j1"
+ make || die
# WindowMaker Extra
cd ../WindowMaker-extra-0.1
- ./configure --host=${CHOST} \
- --prefix=/usr \
+ ./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info || die