commit:     81d693d7d9096070099c03049412601c56853ebc
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 13:42:32 2017 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun May 28 13:42:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d693d7

dev-ada/xmlada: Enable verbose mode during build

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ada/xmlada/files/xmlada-2016-gentoo.patch | 16 +++-------------
 1 file 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 def06255cf5..7c28a02289f 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

Reply via email to