diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 16:06:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 16:06:56 +0000 |
commit | 92275b1deb5de78639194923a4334d1abd8f349f (patch) | |
tree | a862c8b65e243dfdc8892d5ecf100fb694659f7d /mail/notmuch/files | |
parent | 49f107ffa7adb4b05f1e0fcd6408a7c238b730b7 (diff) | |
download | ports-92275b1deb5de78639194923a4334d1abd8f349f.tar.gz ports-92275b1deb5de78639194923a4334d1abd8f349f.zip |
Notes
Diffstat (limited to 'mail/notmuch/files')
-rw-r--r-- | mail/notmuch/files/patch-lib_notmuch.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/notmuch/files/patch-lib_notmuch.h b/mail/notmuch/files/patch-lib_notmuch.h deleted file mode 100644 index dee4e3df3028..000000000000 --- a/mail/notmuch/files/patch-lib_notmuch.h +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/notmuch.h.orig 2015-10-30 10:14:41 UTC -+++ lib/notmuch.h -@@ -60,7 +60,7 @@ NOTMUCH_BEGIN_DECLS - #define LIBNOTMUCH_MICRO_VERSION 0 - - #define NOTMUCH_DEPRECATED(major,minor) \ -- __attribute__ ((deprecated ("function deprecated as of libnotmuch " #major "." #minor))) -+ __attribute__ ((deprecated)) - #endif /* __DOXYGEN__ */ - - /** |