diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-05 19:11:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-05 19:12:15 +0200 |
commit | ebe6c8dda2a8e077bf9b57635e685376787e1a5d (patch) | |
tree | 825cc3736bb225049198b81cc9f4f812b73aea9d /package/mutt/patches | |
parent | fd104e5d7ef5eeb23aa66b89f6a15eab27c42770 (diff) |
mutt: update to 1.6.1
Diffstat (limited to 'package/mutt/patches')
-rw-r--r-- | package/mutt/patches/patch-Makefile_in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/mutt/patches/patch-Makefile_in b/package/mutt/patches/patch-Makefile_in index 31ad88416..1dd154f61 100644 --- a/package/mutt/patches/patch-Makefile_in +++ b/package/mutt/patches/patch-Makefile_in @@ -1,15 +1,15 @@ ---- mutt-1.5.24.orig/Makefile.in 2015-08-30 19:24:26.000000000 +0200 -+++ mutt-1.5.24/Makefile.in 2015-11-30 17:13:57.000000000 +0100 -@@ -263,7 +263,7 @@ am__define_uniq_tagged_files = \ +--- mutt-1.6.1.orig/Makefile.in 2016-04-30 23:18:36.000000000 +0200 ++++ mutt-1.6.1/Makefile.in 2016-05-05 18:58:58.115870242 +0200 +@@ -267,7 +267,7 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags CSCOPE = cscope -DIST_SUBDIRS = m4 po intl doc contrib imap +DIST_SUBDIRS = m4 po intl contrib imap - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) -@@ -458,7 +458,7 @@ get_cs_cmdline = $(call get_cs_compile,$ + am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ + $(srcdir)/hcachever.sh.in $(srcdir)/muttbug.sh.in \ + $(top_srcdir)/flymake.am $(top_srcdir)/intl/Makefile.in \ +@@ -470,7 +470,7 @@ get_cs_cmdline = $(call get_cs_compile,$ AUTOMAKE_OPTIONS = 1.6 foreign @BUILD_IMAP_TRUE@IMAP_SUBDIR = imap @BUILD_IMAP_TRUE@IMAP_INCLUDES = -I$(top_srcdir)/imap |