summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-09-25 12:35:44 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-09-25 12:35:44 +0000
commite3b86e3f0db2c8ae6f39dcc03df7f03b8af1a047 (patch)
treedf9c61567840ebca98975e248a2b3da5894f125e /dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
parentamd64 stable, bug #234980. (diff)
downloadhistorical-e3b86e3f0db2c8ae6f39dcc03df7f03b8af1a047.tar.gz
historical-e3b86e3f0db2c8ae6f39dcc03df7f03b8af1a047.tar.bz2
historical-e3b86e3f0db2c8ae6f39dcc03df7f03b8af1a047.zip
Dont use -Werror -pedantic when building, dont use install -D, keyword ~x86-fbsd
Package-Manager: portage-2.2_rc9/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild')
-rw-r--r--dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
index 659f4cfcb001..dc04c4bda3b9 100644
--- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
+++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v 1.2 2008/07/13 06:55:09 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v 1.3 2008/09/25 12:35:43 aballier Exp $
inherit findlib eutils
@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
pkg_setup() {
if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
@@ -35,6 +35,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/${PN}-0.22.0-destdir.patch"
epatch "${FILESDIR}/${PN}-0.23.0-noocamlopt.patch"
+ epatch "${FILESDIR}/${PN}-1.2.0-werror.patch"
}
src_compile() {