summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-07-13 21:10:46 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-13 23:15:28 +0200
commitef203260775720b6fc1139357f51ba8488d3bdf8 (patch)
treef25ccf7ab96e4c1607a29b1f81c17868b0fea8ce /net-mail
parentnet-libs/libslirp: remove unused patch(es) (diff)
downloadgentoo-ef203260775720b6fc1139357f51ba8488d3bdf8.tar.gz
gentoo-ef203260775720b6fc1139357f51ba8488d3bdf8.tar.bz2
gentoo-ef203260775720b6fc1139357f51ba8488d3bdf8.zip
net-mail/courier-imap: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21629 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch b/net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch
deleted file mode 100644
index 6d26895c0d7b..000000000000
--- a/net-mail/courier-imap/files/courier-imap-4.17-disable-fam-configure.ac.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Bug #48838. Patch to enable/disable FAM support (20 Aug 2004
-langthang@gentoo.org). This patch should fix bug #51540. The fam USE
-flag is not needed for shared folder support.
-
---- a/libs/maildir/configure.ac.orig 2004-06-08 15:44:23.000000000 -0700
-+++ b/libs/maildir/configure.ac 2004-08-14 15:28:20.525714876 -0700
-@@ -73,6 +73,12 @@
- dnl Checks for library functions.
- AC_CHECK_HEADER(fam.h, :, :)
- AC_CHECK_FUNCS(symlink readlink strcasecmp utime utimes)
-+AC_ARG_WITH(fam, [ --with-fam Compile with FAM support],
-+ fam="$withval",
-+ fam="no")
-+
-+if test "$fam" != "no"
-+then
- AC_CHECK_LIB(fam, FAMOpen, [
- LIBFAM=-lfam
- AC_DEFINE_UNQUOTED(HAVE_FAM,1,
-@@ -87,6 +93,7 @@
- AC_MSG_ERROR([[FAM development libraries not found.]]) ]
- )
- ])
-+fi
-
- AC_SUBST(LIBFAM)
-