diff options
Diffstat (limited to 'dev-ada/xmlada/files/xmlada-2016-gentoo.patch')
-rw-r--r-- | dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch deleted file mode 100644 index a90b963edd3c..000000000000 --- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- xmlada-2016-src/Makefile.in.old 2016-12-04 21:58:57.251338692 +0100 -+++ xmlada-2016-src/Makefile.in 2016-12-04 21:59:31.332755615 +0100 -@@ -49,16 +49,17 @@ - endif - - static: -- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) - - shared relocatable: -- ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) - - static-pic: -- ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -+ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) - - # 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 - ---- xmlada-gpl-2016-src/tests/Makefile.old 2017-12-04 21:15:16.330459020 +0100 -+++ xmlada-gpl-2016-src/tests/Makefile 2017-12-04 21:15:33.176156634 +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 \ -@@ -71,6 +71,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; \ |