diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:19:04 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:19:04 +0000 |
commit | 11b9d4bd241760317e696a6704530cf374f7b8ae (patch) | |
tree | a290d91dfa7d8203dceb5fb15b264840ff2450f8 /dev-libs/librep | |
parent | x86 stable (diff) | |
download | gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.tar.gz gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.tar.bz2 gentoo-2-11b9d4bd241760317e696a6704530cf374f7b8ae.zip |
mark x86 stable
Diffstat (limited to 'dev-libs/librep')
-rw-r--r-- | dev-libs/librep/librep-0.16.1.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-libs/librep/librep-0.16.1.ebuild b/dev-libs/librep/librep-0.16.1.ebuild index 61fa97ed6129..02e8f597eec8 100644 --- a/dev-libs/librep/librep-0.16.1.ebuild +++ b/dev-libs/librep/librep-0.16.1.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/dev-libs/librep/librep-0.16.1.ebuild,v 1.7 2003/02/05 16:45:27 agriffis Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.1.ebuild,v 1.8 2003/02/09 15:17:51 foser Exp $ IUSE="readline" @@ -17,9 +17,6 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ppc alpha" DEPEND=">=sys-libs/gdbm-1.8.0 - >=dev-libs/gmp-3.1.1 - readline? ( >=sys-libs/readline-4.1 - >=sys-libs/ncurses-5.2 ) sys-apps/texinfo >=sys-devel/automake-1.6.1-r5" @@ -29,9 +26,7 @@ src_compile() { local myconf="" - use readline \ - && myconf="--with-readline" \ - || myconf="--without-readline" + myconf="--without-readline --without-gmp" LC_ALL="" LINGUAS="" @@ -40,10 +35,9 @@ src_compile() { econf \ --libexecdir=/usr/lib \ - --with-extra-cflags=-fstrength-reduce \ ${myconf} || die "configure failure" - emake host_type=${CHOST} || die "compile failure" + make -j1 host_type=${CHOST} || die "compile failure" } src_install() { |