summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2016-07-03 09:35:24 +1000
committerRod Kay2016-07-03 09:35:24 +1000
commit5843dc9358f40226e068700cf985fa2612628611 (patch)
tree5ca601217115324d4ef41d3087477dc29b70e654
parente1431e55cb07b3dba200873de44711373e83f144 (diff)
downloadaur-5843dc9358f40226e068700cf985fa2612628611.tar.gz
Rid obsolete patches.
-rw-r--r--.SRCINFO2
-rw-r--r--patch-Makefile.in25
-rw-r--r--patch-aclocal.m411
3 files changed, 1 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8730d3d9e431..05a88ef6d638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jul 2 23:33:06 UTC 2016
+# Sat Jul 2 23:35:11 UTC 2016
pkgbase = xmlada
pkgdesc = A full XML suite for Ada
pkgver = 2016
diff --git a/patch-Makefile.in b/patch-Makefile.in
deleted file mode 100644
index 048e8fc3f491..000000000000
--- a/patch-Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- 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
deleted file mode 100644
index 8234b61caff5..000000000000
--- a/patch-aclocal.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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