commit:     ef203260775720b6fc1139357f51ba8488d3bdf8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 13 19:10:46 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 21:15:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef203260

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 <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...ourier-imap-4.17-disable-fam-configure.ac.patch | 27 ----------------------
 1 file changed, 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 6d26895c0d7..00000000000
--- 
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
[email protected]). 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)
- 

Reply via email to