diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-11-18 17:31:36 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-11-18 17:31:36 +0000 |
commit | 9d40830d87c083503e0176ad5833323f996624b6 (patch) | |
tree | 5ebafbdf9f09f2cf024c9e25307c824c231a06d6 /x11-libs/openmotif | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-9d40830d87c083503e0176ad5833323f996624b6.tar.gz gentoo-2-9d40830d87c083503e0176ad5833323f996624b6.tar.bz2 gentoo-2-9d40830d87c083503e0176ad5833323f996624b6.zip |
export MAKEOPTSOM
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild index 023449b11dcb..bab3a622b222 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild,v 1.19 2004/11/17 14:09:37 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild,v 1.20 2004/11/18 17:31:36 lanius Exp $ inherit eutils flag-o-matic @@ -67,7 +67,7 @@ src_compile() { replace-flags "-mcpu=athlon-xp" "-mcpu=i686" # fails to copmile with -jx - MAKEOPTS="${MAKEOPTS} -j1" + export MAKEOPTS="${MAKEOPTS} -j1" mkdir -p imports/x11 cd imports/x11 |