dev-ml/ocaml-gettext: fix build with ocaml 4.03
authorAlexis Ballier <aballier@gentoo.org>
Sun, 1 May 2016 14:41:20 +0000 (16:41 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 3 May 2016 09:13:52 +0000 (11:13 +0200)
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/ocaml-gettext/files/oc43.patch [new file with mode: 0644]
dev-ml/ocaml-gettext/ocaml-gettext-0.3.5.ebuild

diff --git a/dev-ml/ocaml-gettext/files/oc43.patch b/dev-ml/ocaml-gettext/files/oc43.patch
new file mode 100644 (file)
index 0000000..41996b9
--- /dev/null
@@ -0,0 +1,12 @@
+Index: ocaml-gettext-0.3.5/ocaml-gettext/Makefile
+===================================================================
+--- ocaml-gettext-0.3.5.orig/ocaml-gettext/Makefile
++++ ocaml-gettext-0.3.5/ocaml-gettext/Makefile
+@@ -64,7 +64,6 @@ uninstall: ocaml-xgettext-uninstall
+ ocaml-xgettext: $(BUILDBIN)
+       $(OCAMLC)                                                            \
+            -I +camlp4 dynlink.cma camlp4lib.cma                              \
+-           unix.cma                                                          \
+           `$(OCAMLFIND) query -r -predicates byte gettext.extract -i-format` \
+           `$(OCAMLFIND) query -r -predicates byte gettext.extract -a-format` \
+           `$(OCAMLFIND) query -r -predicates byte gettext.extract -o-format` \
index bb0e145683bb05e428d024db68172c64c74bfca3..788bd15dab27481bb24bd9700b89514eafde22bb 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit findlib
+inherit findlib eutils
 
 DESCRIPTION="Provides support for internationalization of OCaml program"
 HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-gettext"
@@ -25,6 +25,10 @@ DEPEND="${RDEPEND}
        doc? ( app-text/docbook-xsl-stylesheets dev-libs/libxslt )
        test? ( dev-ml/ounit )"
 
+src_prepare() {
+       has_version '>=dev-lang/ocaml-4.03' && epatch "${FILESDIR}/oc43.patch"
+}
+
 src_configure() {
        econf \
                --with-docbook-stylesheet="${EPREFIX}/usr/share/sgml/docbook/xsl-stylesheets/" \