summaryrefslogtreecommitdiff
path: root/mail/notmuch/patches/patch-Makefile.global
diff options
context:
space:
mode:
Diffstat (limited to 'mail/notmuch/patches/patch-Makefile.global')
-rw-r--r--mail/notmuch/patches/patch-Makefile.global13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/notmuch/patches/patch-Makefile.global b/mail/notmuch/patches/patch-Makefile.global
new file mode 100644
index 00000000000..6505cbbb8df
--- /dev/null
+++ b/mail/notmuch/patches/patch-Makefile.global
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.global,v 1.3 2018/12/27 15:07:05 joerg Exp $
+
+--- Makefile.global.orig 2018-12-25 23:07:48.081408526 +0000
++++ Makefile.global
+@@ -16,7 +16,7 @@ else
+ DATE:=$(shell date +%F)
+ endif
+
+-VERSION:=$(shell cat ${srcdir}/version)
++VERSION:=$(shell cat ${srcdir}/version.txt)
+ ELPA_VERSION:=$(subst ~,_,$(VERSION))
+ ifeq ($(filter release release-message pre-release update-versions,$(MAKECMDGOALS)),)
+ ifeq ($(IS_GIT),yes)