summaryrefslogtreecommitdiff
path: root/dev-ml/findlib/files/externalmeta2.patch
blob: f8e7a5a44a5013b73b75686d3b5cd749c6e92253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.