diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2022-12-03 22:50:27 +0100 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2022-12-03 22:50:52 +0100 |
| commit | 7c49bfc413961d9bc642744cb531fbccea3c990b (patch) | |
| tree | 9705e7ffd2892bdf8c3cceef9e5e8e7e6e32be10 /dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch | |
| parent | c6abb6c94e47ed3fb4f250160f5bf82e3a42b00f (diff) | |
| download | gentoo-7c49bfc413961d9bc642744cb531fbccea3c990b.tar.gz gentoo-7c49bfc413961d9bc642744cb531fbccea3c990b.tar.bz2 gentoo-7c49bfc413961d9bc642744cb531fbccea3c990b.zip | |
dev-ada/xmlada: add 23.0.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch')
| -rw-r--r-- | dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch b/dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch new file mode 100644 index 000000000000..5bc00c6e5c69 --- /dev/null +++ b/dev-ada/xmlada/files/xmlada-23.0.0-gentoo.patch @@ -0,0 +1,30 @@ +--- a/Makefile.in 2017-12-04 20:09:23.730805855 +0100 ++++ b/Makefile.in 2017-12-04 20:09:51.586331155 +0100 +@@ -79,7 +79,8 @@ + + # Rebuild the tests (and not the XML/Ada code itself) + test: force ++ GPR_PROJECT_PATH=schema:input_sources:dom:sax:unicode \ + ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \ + -XTESTS_ACTIVATED=Only xmlada.gpr ${GPROPTS_EXTRA} + + # Run the tests. This requires an install of XML/Ada first +--- a/tests/Makefile 2017-12-04 21:38:29.722818904 +0100 ++++ b/tests/Makefile 2017-12-04 21:38:54.229382658 +0100 +@@ -1,8 +1,6 @@ + TESTS= test_unicode \ + test_state \ +- test_xml \ + test_adacore_dom \ +- test_schema \ + test_date_time \ + test_numbers \ + test_adacore_schema \ +@@ -81,6 +79,7 @@ + test_multiple_xsd: + @echo "multiple xsd" + @cd schema/multiple_xsd; \ ++ GPR_PROJECT_PATH=../../../distrib:../../../input_sources:../../../dom:../../../sax:../../../schema:../../../unicode \ + gprbuild -q -Pdefault.gpr; \ + ./validate > $(RESULTS)/multiple_xsd.out; \ + cp $(RESULTS)/multiple_xsd.out $(RESULTS)/multiple_xsd.diff; \ |
