mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
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]
11 lines
215 B
C
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 */
|