]> vaikene.ee Git - ebuild/blob - dev-cpp/xsd/files/3.3.0-fix_tests.patch
Lisatud RIA poolt tellitud ametliku ID kaardi tarkvara v3.5_rc ebuild failid.
[ebuild] / dev-cpp / xsd / files / 3.3.0-fix_tests.patch
1 diff --git a/tests/cxx/tree/prefix/makefile b/tests/cxx/tree/prefix/makefile
2 index 3317161..77b4b0a 100644
3 --- a/tests/cxx/tree/prefix/makefile
4 +++ b/tests/cxx/tree/prefix/makefile
5 @@ -35,7 +35,7 @@ gen := $(addprefix $(out_base)/,$(genf))
6
7 $(gen): xsd := $(out_root)/xsd/xsd
8 $(gen): xsd_options := --generate-serialization --generate-polymorphic \
9 ---polymorphic-type foo\\\#base --root-element root
10 +--polymorphic-type foo\\\\\#base --root-element root
11 $(gen): $(out_root)/xsd/xsd
12
13 $(call include-dep,$(dep))