diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-06 16:27:52 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-08 16:18:57 +0200 |
commit | c5fd89fe94b83b3ae767e4758b077086760b38d8 (patch) | |
tree | 312029e51e4fe7a878e21f5d6987f99f321874ce /dev-ml/findlib/files | |
parent | media-plugins/live: bump to 2017.06.04 (diff) | |
download | gentoo-c5fd89fe94b83b3ae767e4758b077086760b38d8.tar.gz gentoo-c5fd89fe94b83b3ae767e4758b077086760b38d8.tar.bz2 gentoo-c5fd89fe94b83b3ae767e4758b077086760b38d8.zip |
dev-ml/findlib: bump to 1.7.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml/findlib/files')
-rw-r--r-- | dev-ml/findlib/files/externalmeta6.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ml/findlib/files/externalmeta6.patch b/dev-ml/findlib/files/externalmeta6.patch new file mode 100644 index 000000000000..7dbe9aa48e00 --- /dev/null +++ b/dev-ml/findlib/files/externalmeta6.patch @@ -0,0 +1,13 @@ +Index: findlib-1.7.2/configure +=================================================================== +--- findlib-1.7.2.orig/configure ++++ findlib-1.7.2/configure +@@ -557,7 +557,7 @@ fi + + # Generate the META files now. + +-l="$ldbm dynlink graphics $lnum str threads unix stdlib bigarray ocamldoc $llabltk $lcamlp4 $lobuild $lcomplibs $lbytes $lspacetime" ++l="$ldbm dynlink graphics $lnum 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. |