summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-14 10:30:42 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-14 10:31:44 +0100
commit43d67168fe516d261dffe7d6181f9a1802f49b01 (patch)
tree4bc372cb3fb960994779000250325b2fe1266150 /dev-ml/findlib/files
parentdev-ml/labltk: remove old (diff)
downloadgentoo-43d67168fe516d261dffe7d6181f9a1802f49b01.tar.gz
gentoo-43d67168fe516d261dffe7d6181f9a1802f49b01.tar.bz2
gentoo-43d67168fe516d261dffe7d6181f9a1802f49b01.zip
dev-ml/findlib: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/findlib/files')
-rw-r--r--dev-ml/findlib/files/externalmeta.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-ml/findlib/files/externalmeta.patch b/dev-ml/findlib/files/externalmeta.patch
deleted file mode 100644
index 6699692f231c..000000000000
--- a/dev-ml/findlib/files/externalmeta.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Avoid installing META files for labltk and camlp4: 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 $lobuild $lcomplibs $lbytes"
-
- for dir in site-lib-src/*; do
- # We do not really know if $dir is a directory.