From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-ada/xmlada/files/xmlada-2016-gentoo.patch (limited to 'dev-ada/xmlada/files') diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch new file mode 100644 index 000000000000..7c28a02289f8 --- /dev/null +++ b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch @@ -0,0 +1,19 @@ +--- 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,13 +49,13 @@ + 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 -- cgit v1.2.3