summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-03-07 16:50:14 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-03-07 16:50:20 +0100
commit3850a842ad69503c9fc4091f0ea5610afe2a3add (patch)
treeb50d82ad1df5132bf3d3c00aee1b60143c102c31 /dev-ml/findlib/files
parentnet-misc/iputils: Replaced two patches with upstream equivalents. (diff)
downloadgentoo-3850a842ad69503c9fc4091f0ea5610afe2a3add.tar.gz
gentoo-3850a842ad69503c9fc4091f0ea5610afe2a3add.tar.bz2
gentoo-3850a842ad69503c9fc4091f0ea5610afe2a3add.zip
dev-ml/findlib: bump to 1.6.2
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/externalmeta3.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ml/findlib/files/externalmeta3.patch b/dev-ml/findlib/files/externalmeta3.patch
new file mode 100644
index 000000000000..7bc737ee519c
--- /dev/null
+++ b/dev-ml/findlib/files/externalmeta3.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.6.2/configure
+===================================================================
+--- findlib-1.6.2.orig/configure
++++ findlib-1.6.2/configure
+@@ -521,7 +521,7 @@ fi
+
+ # Generate the META files now.
+
+-l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes"
++l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray ocamldoc $lcomplibs $lbytes"
+
+ for dir in site-lib-src/*; do
+ # We do not really know if $dir is a directory.