diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-05-03 17:56:03 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-05-03 17:56:03 +0000 |
commit | 83f6090dd14cfa874aa5dfe9b2377a56853804da (patch) | |
tree | 147e113c2d9f61640b9155073b04f40f64113f1e /dev-db | |
parent | Bump to 1.4.44 (diff) | |
download | gentoo-2-83f6090dd14cfa874aa5dfe9b2377a56853804da.tar.gz gentoo-2-83f6090dd14cfa874aa5dfe9b2377a56853804da.tar.bz2 gentoo-2-83f6090dd14cfa874aa5dfe9b2377a56853804da.zip |
Fixing configure for #314743
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/tokyocabinet/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/tokyocabinet/ChangeLog b/dev-db/tokyocabinet/ChangeLog index d4cdb3950e0a..e8ea2ff8c8d3 100644 --- a/dev-db/tokyocabinet/ChangeLog +++ b/dev-db/tokyocabinet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/tokyocabinet # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.23 2010/05/03 17:49:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.24 2010/05/03 17:56:03 patrick Exp $ + + 03 May 2010; Patrick Lauer <patrick@gentoo.org> + tokyocabinet-1.4.44.ebuild: + Fixing configure for #314743 *tokyocabinet-1.4.44 (03 May 2010) diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild index cbf491480120..f649659b67ff 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild,v 1.1 2010/05/03 17:49:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.44.ebuild,v 1.2 2010/05/03 17:56:03 patrick Exp $ EAPI=2 @@ -25,7 +25,7 @@ src_prepare() { } src_configure() { - econf $(use_enable debug) + econf $(use_enable debug) --enable-off64 } src_install() { |