summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/mes-nyacc-0.86.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/mes-nyacc-0.86.0.patch')
-rw-r--r--gnu/packages/patches/mes-nyacc-0.86.0.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/patches/mes-nyacc-0.86.0.patch b/gnu/packages/patches/mes-nyacc-0.86.0.patch
index 58dfc5a46b..30ee4645c2 100644
--- a/gnu/packages/patches/mes-nyacc-0.86.0.patch
+++ b/gnu/packages/patches/mes-nyacc-0.86.0.patch
@@ -1,3 +1,6 @@
+Two small patches off the current Mes `wip' branch, that enable using
+Nyacc-0.86.0; and a fix for running ./check.sh.
+
From 9e610736bf779f3295c1192e748cd19cbbe3be28 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Wed, 5 Sep 2018 20:28:06 +0200
@@ -195,3 +198,28 @@ index 9e341cba..c2efb32c 100644
--
2.18.0
+From 20deefe6ea0d62a3338a8e2a9552d2a20b0f607e Mon Sep 17 00:00:00 2001
+From: Jan Nieuwenhuizen <janneke@gnu.org>
+Date: Sun, 9 Sep 2018 07:11:50 +0200
+Subject: [PATCH] build: Oops, fix ./check.sh for bootstrap build.
+
+* build-aux/config.sh (top_builddir): Set default to `.'.
+---
+ build-aux/config.sh | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/build-aux/config.sh b/build-aux/config.sh
+index a4b9fdef..4fa84441 100644
+--- a/build-aux/config.sh
++++ b/build-aux/config.sh
+@@ -17,6 +17,7 @@
+ # along with GNU Mes. If not, see <http://www.gnu.org/licenses/>.
+
+ srcdir=${srcdir-.}
++top_builddir=${top_builddir-.}
+ if [ "$V" = 2 ]; then
+ echo $0
+ echo srcdest=${srcdest}
+--
+2.18.0
+