summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2017-05-28 15:42:32 +0200
committerTupone Alfredo <tupone@gentoo.org>2017-05-28 15:42:32 +0200
commit81d693d7d9096070099c03049412601c56853ebc (patch)
treec819495c9f2910604f91bb9c4dcbd815c68472bc /dev-ada/xmlada/files
parentnet-im/ejabberd: Bump version (diff)
downloadgentoo-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/files')
-rw-r--r--dev-ada/xmlada/files/xmlada-2016-gentoo.patch16
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