aboutsummaryrefslogtreecommitdiff
path: root/mail/notmuch/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-23 16:06:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-23 16:06:56 +0000
commit92275b1deb5de78639194923a4334d1abd8f349f (patch)
treea862c8b65e243dfdc8892d5ecf100fb694659f7d /mail/notmuch/files
parent49f107ffa7adb4b05f1e0fcd6408a7c238b730b7 (diff)
downloadports-92275b1deb5de78639194923a4334d1abd8f349f.tar.gz
ports-92275b1deb5de78639194923a4334d1abd8f349f.zip
Notes
Diffstat (limited to 'mail/notmuch/files')
-rw-r--r--mail/notmuch/files/patch-lib_notmuch.h11
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__ */
-
- /**