diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2017-05-28 15:42:32 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2017-05-28 15:42:32 +0200 |
commit | 81d693d7d9096070099c03049412601c56853ebc (patch) | |
tree | c819495c9f2910604f91bb9c4dcbd815c68472bc /dev-ada/xmlada | |
parent | net-im/ejabberd: Bump version (diff) | |
download | gentoo-81d693d7d9096070099c03049412601c56853ebc.tar.gz gentoo-81d693d7d9096070099c03049412601c56853ebc.tar.bz2 gentoo-81d693d7d9096070099c03049412601c56853ebc.zip |
dev-ada/xmlada: Enable verbose mode during build
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-ada/xmlada')
-rw-r--r-- | dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch index def06255cf5a..7c28a02289f8 100644 --- a/dev-ada/xmlada/files/xmlada-2016-gentoo.patch +++ b/dev-ada/xmlada/files/xmlada-2016-gentoo.patch @@ -5,25 +5,15 @@ static: - ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -+ ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) ++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) shared relocatable: - ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -+ ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) ++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) static-pic: - ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -+ ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) ++ ${GPRBUILD} -p -v -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr -cargs $(ADAFLAGS) # Rebuild the tests (and not the XML/Ada code itself) test: force ---- xmlada-gpl-2016-src/shared.gpr.in.old 2017-03-26 21:48:46.613541125 +0200 -+++ xmlada-gpl-2016-src/shared.gpr.in 2017-03-26 21:49:32.713754025 +0200 -@@ -76,6 +76,7 @@ - when "profile" => - for Switches ("Ada") use warnings & ("-g", "-pg"); - end case; -+ for Driver ("Ada") use External ("ADA", "gcc"); - end compiler; - - package binder is |