aballier 14/11/28 16:40:15 Added: externalmeta.patch Log: add version for ocaml 4.02 Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.1 dev-ml/findlib/files/externalmeta.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/findlib/files/externalmeta.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/findlib/files/externalmeta.patch?rev=1.1&content-type=text/plain Index: externalmeta.patch =================================================================== 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 $lobuild $lcomplibs $lbytes" for dir in site-lib-src/*; do # We do not really know if $dir is a directory.
