Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 425846 Details for
Bug 575078
dev-db/tokyocabinet-1.4.48 ebuild update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff between tokyocabinet-1.4.48.ebuild
tokyocabinet.diff (text/plain), 1.09 KB, created by
Chris White
on 2016-02-18 17:26:50 UTC
(
hide
)
Description:
diff between tokyocabinet-1.4.48.ebuild
Filename:
MIME Type:
Creator:
Chris White
Created:
2016-02-18 17:26:50 UTC
Size:
1.09 KB
patch
obsolete
>--- tokyocabinet-1.4.48.ebuild 2016-02-08 05:28:05.768086660 +0000 >+++ tokyocabinet-1.4.48-r1.ebuild 2016-02-18 17:12:52.219086614 +0000 >@@ -1,6 +1,6 @@ > # Copyright 1999-2012 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Id$ >+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.47.ebuild,v 1.10 2012/04/25 16:22:24 jlec Exp $ > > EAPI="2" > >@@ -13,10 +13,10 @@ > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="alpha amd64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" >-IUSE="debug doc examples" >+IUSE="bzip2 zlib debug doc examples threads" > >-DEPEND="sys-libs/zlib >- app-arch/bzip2" >+DEPEND="bzip2? ( app-arch/bzip2 ) >+ zlib? ( sys-libs/zlib )" > RDEPEND="${DEPEND}" > > src_prepare() { >@@ -34,7 +34,12 @@ > > src_configure() { > # we use the "fastest" target without the -O3 >- econf $(use_enable debug) --enable-off64 --enable-fastest >+ econf \ >+ $(use_enable debug) \ >+ $(use_enable bzip2 bzip) \ >+ $(use_enable zlib) \ >+ $(use_enable threads pthread) \ >+ --enable-off64 --enable-fastest > } > > src_install() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 575078
: 425846