diff options
author | Mike Sullivan <mksully22@gmail.com> | 2019-03-05 16:01:52 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-06 11:55:12 +0000 |
commit | 01f46d24567ad64dc66137a6d7b88b47ea960e28 (patch) | |
tree | 03a91a1e8c1c18bc21d470cc8d01a926e0af385a /testing/ocaml-xml-light/Makefile-explicit-target-fix.patch | |
parent | 98a48a943043346d0598f90db728ada9ff336010 (diff) | |
download | aports-01f46d24567ad64dc66137a6d7b88b47ea960e28.tar.bz2 aports-01f46d24567ad64dc66137a6d7b88b47ea960e28.tar.xz |
testing/ocaml-xml-light: fix ppc64le build error by adding explicit Makefile target'
Diffstat (limited to 'testing/ocaml-xml-light/Makefile-explicit-target-fix.patch')
-rw-r--r-- | testing/ocaml-xml-light/Makefile-explicit-target-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/ocaml-xml-light/Makefile-explicit-target-fix.patch b/testing/ocaml-xml-light/Makefile-explicit-target-fix.patch new file mode 100644 index 0000000000..ebf09faa04 --- /dev/null +++ b/testing/ocaml-xml-light/Makefile-explicit-target-fix.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -78,6 +78,8 @@ + + xml.cmi: + ++xml_parser.mli: ++ + xmlParser.cmi: dtd.cmi xml.cmi + + xml_lexer.cmi: dtd.cmi |