diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2022-02-10 15:37:46 -0400 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2022-02-19 13:02:46 -0400 |
commit | 44493c22a40a9da1d6e80d468e18446b0e303ce8 (patch) | |
tree | 7693d081f2c62e52d13ab37c09281e759918a860 /mail/notmuch/files | |
parent | news/inn-current: Update to 20220209 (diff) |
mail/notmuch-*: Update to 0.35
https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=748154646eb44c8db3a7887e0ae8e4701e552bc9
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'mail/notmuch/files')
-rw-r--r-- | mail/notmuch/files/patch-configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/notmuch/files/patch-configure b/mail/notmuch/files/patch-configure deleted file mode 100644 index c6a84bde029e..000000000000 --- a/mail/notmuch/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2020-09-06 00:50:03 UTC -+++ configure -@@ -734,6 +734,7 @@ if command -v ${BASHCMD} > /dev/null; then - printf "Yes (%s).\n" "$bash_absolute" - else - have_bash=0 -+ bash_absolute= - printf "No. (%s not found)\n" "${BASHCMD}" - fi - -@@ -744,6 +745,7 @@ if command -v ${PERL} > /dev/null; then - printf "Yes (%s).\n" "$perl_absolute" - else - have_perl=0 -+ perl_absolute= - printf "No. (%s not found)\n" "${PERL}" - fi - |