diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-25 00:37:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-26 02:16:57 +0200 |
commit | 0e66f4a12f7a9f7a0840f1e072b21291c7b66596 (patch) | |
tree | faeed11a6f7ee8f3c30436c298b0290b9dbc7f4c /gnu/local.mk | |
parent | fecbbc2820184824a0fc4a138299ee7465fd76dd (diff) | |
download | patches-0e66f4a12f7a9f7a0840f1e072b21291c7b66596.tar patches-0e66f4a12f7a9f7a0840f1e072b21291c7b66596.tar.gz |
gnu: dovecot-trees: Fix build with dovecot 2.3.
* gnu/packages/mail.scm (dovecot-trees)[source]: Add patch.
* gnu/packages/patches/dovecot-trees-support-dovecot-2.3.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d579841898..9b832e3a39 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -639,6 +639,7 @@ dist_patch_DATA = \ %D%/packages/patches/docbook-xsl-nonrecursive-string-subst.patch \ %D%/packages/patches/doc++-include-directives.patch \ %D%/packages/patches/doc++-segfault-fix.patch \ + %D%/packages/patches/dovecot-trees-support-dovecot-2.3.patch \ %D%/packages/patches/doxygen-gcc-ice.patch \ %D%/packages/patches/doxygen-test.patch \ %D%/packages/patches/dvd+rw-tools-add-include.patch \ |