mail-client/alpine: remove unused patch
authorRobert Siebeck <gentoo.2019@r123.de>
Tue, 5 May 2020 19:42:32 +0000 (21:42 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 6 May 2020 11:51:03 +0000 (14:51 +0300)
Signed-off-by: Robert Siebeck <gentoo.2019@r123.de>
Closes: https://github.com/gentoo/gentoo/pull/15659
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
mail-client/alpine/files/alpine-2.21.1-nopam.patch [deleted file]

diff --git a/mail-client/alpine/files/alpine-2.21.1-nopam.patch b/mail-client/alpine/files/alpine-2.21.1-nopam.patch
deleted file mode 100644 (file)
index 1552f44..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./configure.ac     2019-11-04 20:09:50.094172283 +0100
-+++ ./configure.ac     2019-11-04 20:59:33.775007247 +0100
-@@ -257,6 +257,7 @@
-   alpine_c_client_gccoptlevel="-O0"
-   AC_MSG_RESULT([no])
- fi
-+AC_ARG_WITH([pam], AS_HELP_STRING([--without-pam], [Build without PAM support]))
- dnl disable mouse support
- AC_MSG_CHECKING([option: mouse support enabled])
-@@ -1108,7 +1109,7 @@
-       alpine_PAM="yes"
-     else
-       systype="LNX"
--      AC_CHECK_LIB(pam, pam_start,
-+      AS_IF(test "x$with_pam" != "xno",
-         [
-           alpine_c_client_target="lnp"
-         alpine_PAM="yes"
-@@ -1119,6 +1120,7 @@
-         else
-           alpine_c_client_target="lnx"
-         fi
-+        alpine_PAM="none"
-         ])
-     fi
-     ;;