ports/mail/anubis/files/patch-src_env.c
Jason E. Hale 94c39798c4 Add TEST option to toggle regression tests. They were previously running
by default and causing aarch64 builds to fail, presumably due to an emulation
issue. [1]

Add EMACS option to install emacs lisp files. Previously, if emacs was
already installed on the system, it would install these files in STAGEDIR
and would cause check-plist to error.

Convert USE_MYSQL to USES=mysql
Convert CPPFLAGS/LDFLAGS to USES=localbase
Add some missing dependencies reported by stage-qa
Remake patches
Bump PORTREVISION

Reported by:	linimon (via private mail) [1]
2016-11-09 15:28:55 +00:00

11 lines
215 B
C

--- src/env.c.orig 2014-05-17 20:26:43 UTC
+++ src/env.c
@@ -30,7 +30,7 @@
#ifdef HAVE_PAM
pam_handle_t *pamh;
static struct pam_conv conv = {
- misc_conv,
+ openpam_ttyconv,
NULL
};
#endif /* HAVE_PAM */