summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-22 14:23:06 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-22 14:23:06 +0000
commit85be80ff99f2e2e5eee1a096b9c567b005bb730d (patch)
tree241b9016662ce5a623c8c500c727283634bf224e /dev-ml/pcre-ocaml
parentversion bump (diff)
downloadgentoo-2-85be80ff99f2e2e5eee1a096b9c567b005bb730d.tar.gz
gentoo-2-85be80ff99f2e2e5eee1a096b9c567b005bb730d.tar.bz2
gentoo-2-85be80ff99f2e2e5eee1a096b9c567b005bb730d.zip
set empty CLIBS, fixing bug #422663
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
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"
}