diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:13:47 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:14:16 +0100 |
commit | 5765fbba574b40c992fa4179f4e3402ec8f4605f (patch) | |
tree | 39f65a2f9745b6dc61750bc6b760df199c766822 /dev-ml/ocaml-expat/files | |
parent | dev-ml/ocaml-dns: remove old (diff) | |
download | gentoo-5765fbba574b40c992fa4179f4e3402ec8f4605f.tar.gz gentoo-5765fbba574b40c992fa4179f4e3402ec8f4605f.tar.bz2 gentoo-5765fbba574b40c992fa4179f4e3402ec8f4605f.zip |
dev-ml/ocaml-expat: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocaml-expat/files')
-rw-r--r-- | dev-ml/ocaml-expat/files/ocaml-expat-0.9.1-test.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-ml/ocaml-expat/files/ocaml-expat-0.9.1-test.patch b/dev-ml/ocaml-expat/files/ocaml-expat-0.9.1-test.patch deleted file mode 100644 index cbed5cbf2da0..000000000000 --- a/dev-ml/ocaml-expat/files/ocaml-expat-0.9.1-test.patch +++ /dev/null @@ -1,35 +0,0 @@ -Index: ocaml-expat-0.9.1/Makefile -=================================================================== ---- ocaml-expat-0.9.1.orig/Makefile -+++ ocaml-expat-0.9.1/Makefile -@@ -67,7 +67,7 @@ doc: FORCE - testall: test testopt - .PHONY: test - test: unittest -- ./unittest -+ LD_LIBRARY_PATH=. ./unittest - .PHONY: testopt - testopt: unittest.opt - ./unittest.opt -Index: ocaml-expat-0.9.1/unittest.ml -=================================================================== ---- ocaml-expat-0.9.1.orig/unittest.ml -+++ ocaml-expat-0.9.1/unittest.ml -@@ -497,7 +497,7 @@ let suite = "expat" >::: - something obviously wrong. *) - loop do_stuff 10 - ); -- -+(* - "another garbage collection test" >:: - (fun _ -> - let parse _ = -@@ -530,7 +530,7 @@ let suite = "expat" >::: - close_in xml_spec - in - loop parse 10 -- ); -+ );*) - ];; - - let _ = |