aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt/patches/0001-no-po.patch
blob: 51ea760a9f841690f056d039a88d0eb545fa70a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 6dbfafd4b8bfc9f5e53db90c5279784c506a3253 Mon Sep 17 00:00:00 2001
From: Phil Eichinger <phil@zankapfel.net>
Date: Tue, 17 Oct 2017 06:44:04 +0200
Subject: [PATCH] no po

docs are disabled via ./configure --disable-doc now
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 4bc2db4..bb00927 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ IMAP_SUBDIR = imap
 IMAP_INCLUDES = -I$(top_srcdir)/imap
 endif
 
-SUBDIRS = m4 po intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR)
+SUBDIRS = m4 intl $(DOC_SUBDIR) contrib $(IMAP_SUBDIR)
 
 bin_SCRIPTS = muttbug flea $(SMIMEAUX_TARGET)
 
-- 
2.11.0