summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-11-28 12:11:07 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-11-28 14:28:43 +0100
commit4d80450fff55837ce11949174574bb5fab04feda (patch)
tree3546a02cd507970d8c3c4a921d4e0d880b83e2e7 /dev-ml/findlib/files
parentpackage.mask: Removed hunspell mask. (diff)
downloadgentoo-4d80450fff55837ce11949174574bb5fab04feda.tar.gz
gentoo-4d80450fff55837ce11949174574bb5fab04feda.tar.bz2
gentoo-4d80450fff55837ce11949174574bb5fab04feda.zip
dev-ml/findlib: bump to 1.7.1
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ml/findlib/files')
-rw-r--r--dev-ml/findlib/files/externalmeta4.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ml/findlib/files/externalmeta4.patch b/dev-ml/findlib/files/externalmeta4.patch
new file mode 100644
index 000000000000..a2bb4945f18c
--- /dev/null
+++ b/dev-ml/findlib/files/externalmeta4.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.7.1/configure
+===================================================================
+--- findlib-1.7.1.orig/configure
++++ findlib-1.7.1/configure
+@@ -539,7 +539,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 $lspacetime"
++l="$ldbm dynlink graphics num num-top str threads unix stdlib bigarray ocamldoc $lcomplibs $lbytes $lspacetime"
+
+ for dir in site-lib-src/*; do
+ # We do not really know if $dir is a directory.