summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2016-07-02 10:17:13 +1000
committerRod Kay2016-07-02 10:17:13 +1000
commitb3a5ef630e76e329be8e7858dceb1e00e55e512d (patch)
treee17ed09a0f64b6d259a4512d48ca2d2a645744f1
parent9b36c8cb23b128ff4e02a25bbaa41ce850f021ff (diff)
downloadaur-b3a5ef630e76e329be8e7858dceb1e00e55e512d.tar.gz
Drop use of gprbuild binary.
-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