summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-10-21 19:19:31 +0000
committerFabian Groffen <grobian@gentoo.org>2009-10-21 19:19:31 +0000
commit1c300e20cf80cbc993562350504ddde00cd1528c (patch)
tree28dd191d24230c699ee69216e22c0ef407accd54 /dev-db/tokyocabinet
parentold (diff)
downloadgentoo-2-1c300e20cf80cbc993562350504ddde00cd1528c.tar.gz
gentoo-2-1c300e20cf80cbc993562350504ddde00cd1528c.tar.bz2
gentoo-2-1c300e20cf80cbc993562350504ddde00cd1528c.zip
Update no-rpath path not to add bogus includes either. Do not enable -fomg-extreme-performance flags. Marked ~ppc-macos and ~x64-solaris. Acked by patrick.
(Portage version: 2.2.00.14700-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-db/tokyocabinet')
-rw-r--r--dev-db/tokyocabinet/ChangeLog9
-rw-r--r--dev-db/tokyocabinet/files/fix_rpath.patch3
-rw-r--r--dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild6
-rw-r--r--dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild8
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-db/tokyocabinet/ChangeLog b/dev-db/tokyocabinet/ChangeLog
index aa0b55cda01e..3d0d6fce8f5b 100644
--- a/dev-db/tokyocabinet/ChangeLog
+++ b/dev-db/tokyocabinet/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-db/tokyocabinet
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.3 2009/10/20 18:41:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/ChangeLog,v 1.4 2009/10/21 19:19:29 grobian Exp $
+
+ 21 Oct 2009; Fabian Groffen <grobian@gentoo.org>
+ tokyocabinet-1.4.34-r1.ebuild, tokyocabinet-1.4.35.ebuild,
+ files/fix_rpath.patch:
+ Update no-rpath path not to add bogus includes either. Do not enable
+ -fomg-extreme-performance flags. Marked ~ppc-macos and ~x64-solaris. Acked
+ by patrick.
*tokyocabinet-1.4.35 (20 Oct 2009)
diff --git a/dev-db/tokyocabinet/files/fix_rpath.patch b/dev-db/tokyocabinet/files/fix_rpath.patch
index 960d195987ed..e1cba0a0370f 100644
--- a/dev-db/tokyocabinet/files/fix_rpath.patch
+++ b/dev-db/tokyocabinet/files/fix_rpath.patch
@@ -21,7 +21,8 @@ diff -ur configure.in configure.in
# Building flags
-MYCFLAGS="-std=c99 -Wall -fPIC -fsigned-char -O2"
+MYCFLAGS="-std=c99 -Wall -fPIC -fsigned-char"
- MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include"
+-MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include"
++MYCPPFLAGS="-I. -I\$(INCLUDEDIR)"
MYCPPFLAGS="$MYCPPFLAGS -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__"
-MYLDFLAGS="-L. -L\$(LIBDIR) -L$HOME/lib -L/usr/local/lib"
+MYLDFLAGS="-L. -L\$(LIBDIR)"
diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild
index 0e006172a66a..28a6c4a5f2b2 100644
--- a/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild
+++ b/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild,v 1.2 2009/10/10 18:39:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.34-r1.ebuild,v 1.3 2009/10/21 19:19:29 grobian Exp $
EAPI=2
@@ -24,9 +24,7 @@ src_prepare() {
}
src_configure() {
- econf \
- --enable-fastest \
- $(use_enable debug)
+ econf $(use_enable debug)
}
src_install() {
diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild
index e0395e5330b4..5b355f86adbb 100644
--- a/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild
+++ b/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild,v 1.1 2009/10/20 18:41:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tokyocabinet/tokyocabinet-1.4.35.ebuild,v 1.2 2009/10/21 19:19:29 grobian Exp $
EAPI=2
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-solaris"
IUSE="debug doc examples"
DEPEND="sys-libs/zlib
@@ -24,9 +24,7 @@ src_prepare() {
}
src_configure() {
- econf \
- --enable-fastest \
- $(use_enable debug)
+ econf $(use_enable debug)
}
src_install() {