summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patch-Makefile.in25
-rw-r--r--patch-aclocal.m411
2 files changed, 36 insertions, 0 deletions
diff --git a/patch-Makefile.in b/patch-Makefile.in
new file mode 100644
index 000000000000..048e8fc3f491
--- /dev/null
+++ b/patch-Makefile.in
@@ -0,0 +1,25 @@
+--- Makefile.in 2016-07-02 04:33:23.639275587 +1000
++++ Makefile.in-new 2016-07-02 04:33:37.245942812 +1000
+@@ -49,18 +49,18 @@
+ endif
+
+ static:
+- ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} xmlada.gpr
++ ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} -P xmlada.gpr
+
+ shared relocatable:
+- ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} xmlada.gpr
++ ${GPRBUILD} -p -XLIBRARY_TYPE=relocatable ${GPROPTS} -P xmlada.gpr
+
+ static-pic:
+- ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} xmlada.gpr
++ ${GPRBUILD} -p -XLIBRARY_TYPE=static-pic ${GPROPTS} -P xmlada.gpr
+
+ # Rebuild the tests (and not the XML/Ada code itself)
+ test: force
+ ${GPRBUILD} -p -XLIBRARY_TYPE=static ${GPROPTS} \
+- -XTESTS_ACTIVATED=Only xmlada.gpr
++ -XTESTS_ACTIVATED=Only -P xmlada.gpr
+
+ # Run the tests. This requires an install of XML/Ada first
+ run_test: force
diff --git a/patch-aclocal.m4 b/patch-aclocal.m4
new file mode 100644
index 000000000000..8234b61caff5
--- /dev/null
+++ b/patch-aclocal.m4
@@ -0,0 +1,11 @@
+--- aclocal.m4 2016-07-02 04:27:40.575928176 +1000
++++ aclocal.m4-new 2016-07-02 04:27:49.715928551 +1000
+@@ -66,7 +66,7 @@
+ gprinstall=gprinstall
+ AC_SUBST(gprinstall)
+
+- gprbuild=gprbuild
++ gprbuild=gnatmake
+ AC_SUBST(gprbuild)
+
+ if test x$GNAT_BUILDS_SHARED = xyes; then