summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r--dev-ml/pcre-ocaml/ChangeLog5
-rw-r--r--dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog
index 88efeba3ccff..05cf914710cd 100644
--- a/dev-ml/pcre-ocaml/ChangeLog
+++ b/dev-ml/pcre-ocaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/pcre-ocaml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.47 2012/07/05 02:07:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.48 2012/08/22 14:23:06 aballier Exp $
+
+ 22 Aug 2012; Alexis Ballier <aballier@gentoo.org> pcre-ocaml-6.2.5.ebuild:
+ set empty CLIBS, fixing bug #422663
05 Jul 2012; Alexis Ballier <aballier@gentoo.org> -pcre-ocaml-6.1.1.ebuild,
-pcre-ocaml-6.2.2.ebuild:
diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild
index 5fa6e909b270..a120662926d7 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild,v 1.4 2012/07/03 16:12:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild,v 1.5 2012/08/22 14:23:06 aballier Exp $
EAPI="2"
@@ -18,6 +18,8 @@ SLOT="0"
IUSE="examples +ocamlopt"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+CLIBS="" # Workaround for bug #422663
+
src_prepare() {
epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch"
}