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 | f85051329e1b67c08a60a72b3b56ddc444828835 (patch) | |
tree | 515c20b5bb07d7bc5a52a03f88d9acc4888cb150 /x11-libs | |
parent | Version bumped. (diff) | |
download | historical-f85051329e1b67c08a60a72b3b56ddc444828835.tar.gz historical-f85051329e1b67c08a60a72b3b56ddc444828835.tar.bz2 historical-f85051329e1b67c08a60a72b3b56ddc444828835.zip |
export MAKEOPTSOM
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/Manifest | 11 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r5.ebuild | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-libs/openmotif/Manifest b/x11-libs/openmotif/Manifest index 4ba2440e42ff..534c9cecce75 100644 --- a/x11-libs/openmotif/Manifest +++ b/x11-libs/openmotif/Manifest @@ -1,12 +1,11 @@ +MD5 b1b073c479b3334ddbafeeebf3775dcd openmotif-2.1.30-r5.ebuild 3533 MD5 f61d754856c12dbb65efb3ddf4b3314e ChangeLog 8141 -MD5 f9ea4e4359646ef09d03ad575a75874d openmotif-2.1.30-r4.ebuild 3119 -MD5 61cf15ab81170a00d93a00b6e2c22053 openmotif-2.1.30-r5.ebuild 3526 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 +MD5 f9ea4e4359646ef09d03ad575a75874d openmotif-2.1.30-r4.ebuild 3119 +MD5 61fb956ff4bc34bc503cdb2226fd037b files/openmotif-2.1.30-darwin-netbsd.diff 16799 MD5 818d2d673fe5ee323f93b5a66fb1baca files/digest-openmotif-2.1.30-r5 79 -MD5 818d2d673fe5ee323f93b5a66fb1baca files/digest-openmotif-2.1.30-r4 79 +MD5 7284e10e14cac30429821b824dd2f722 files/site.def 2062 MD5 ed2738dd3cbdc87b0800fe9710092d18 files/openmotif-2.1.30-imake-ansi.patch 6554 MD5 f586e24ce0a2b3eeea25a82c8ec1d3c4 files/openmotif-2.1.30-uil-bad_grammar_fix.diff 832 -MD5 7284e10e14cac30429821b824dd2f722 files/site.def.1 2062 -MD5 7284e10e14cac30429821b824dd2f722 files/site.def 2062 -MD5 61fb956ff4bc34bc503cdb2226fd037b files/openmotif-2.1.30-darwin-netbsd.diff 16799 MD5 28350d5dab901ef8cd0dc92e578e3f45 files/openmotif-2.1.30-imake-tmpdir.patch 1083 +MD5 7284e10e14cac30429821b824dd2f722 files/site.def.1 2062 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 |