mutt: bump version
[feed/packages.git] / mail / mutt / patches / 0001-no-po.patch
1 From 6dbfafd4b8bfc9f5e53db90c5279784c506a3253 Mon Sep 17 00:00:00 2001
2 From: Phil Eichinger <phil@zankapfel.net>
3 Date: Tue, 17 Oct 2017 06:44:04 +0200
4 Subject: [PATCH] no po
5
6 docs are disabled via ./configure --disable-doc now
7 ---
8 Makefile.am | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/Makefile.am b/Makefile.am
12 index 4bc2db4..bb00927 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -14,7 +14,7 @@ IMAP_SUBDIR = imap
16 IMAP_INCLUDES = -I$(top_srcdir)/imap
17 endif
18
19 -SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR)
20 +SUBDIRS = m4 intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR)
21
22 bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET)
23
24 --
25 2.11.0
26