summaryrefslogtreecommitdiff
path: root/dev-ml/findlib/files
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-01 19:47:16 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-01 19:47:37 +0100
commitb41f42a861661c6ba39c431961df204a4c19237e (patch)
tree32038a8be358655dfeaeeebf394990eec60e74fb /dev-ml/findlib/files
parent6f333e4b4d1cbd8cf7818d104425bc54d025eccf (diff)
downloadgentoo-b41f42a861661c6ba39c431961df204a4c19237e.tar.gz
gentoo-b41f42a861661c6ba39c431961df204a4c19237e.tar.xz
dev-ml/findlib: revbump to avoid installing ocamlbuild META file
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/findlib/files')
-rw-r--r--dev-ml/findlib/files/externalmeta2.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ml/findlib/files/externalmeta2.patch b/dev-ml/findlib/files/externalmeta2.patch
new file mode 100644
index 00000000000..f8e7a5a44a5
--- /dev/null
+++ b/dev-ml/findlib/files/externalmeta2.patch
@@ -0,0 +1,16 @@
+Avoid installing META files for labltk, camlp4 and ocamlbuild: Those are provided by their
+respective packages now.
+
+Index: findlib-1.5.5/configure
+===================================================================
+--- findlib-1.5.5.orig/configure
++++ findlib-1.5.5/configure
+@@ -515,7 +515,7 @@ fi
+
+ # Generate the META files now.
+
+-l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes"
++l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray $lcomplibs $lbytes"
+
+ for dir in site-lib-src/*; do
+ # We do not really know if $dir is a directory.