dev-ada/xmlada: Enable verbose mode during build
authorTupone Alfredo <tupone@gentoo.org>
Sun, 28 May 2017 13:42:32 +0000 (15:42 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Sun, 28 May 2017 13:42:32 +0000 (15:42 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.1

dev-ada/xmlada/files/xmlada-2016-gentoo.patch

index def06255cf5a5b9578b89700d824366c7f786557..7c28a02289f8566fe24dd08146c786667c4c2186 100644 (file)
@@ -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