diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:17:51 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-09 15:17:51 +0000 |
commit | d2d121a63d4378ffb4dd64ecb8b1fd719cd4dc35 (patch) | |
tree | ff4fe2c65f71498a8834cdf05dca356a6bfbb0d1 /dev-libs/librep | |
parent | mark x86 stable (diff) | |
download | historical-d2d121a63d4378ffb4dd64ecb8b1fd719cd4dc35.tar.gz historical-d2d121a63d4378ffb4dd64ecb8b1fd719cd4dc35.tar.bz2 historical-d2d121a63d4378ffb4dd64ecb8b1fd719cd4dc35.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() { |