git: f3caf742108b - main - x11/mate-screensaver: Fix PAM build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Dec 2021 03:14:04 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3caf742108bb552724d4c4dae74b28ea266a6a3 commit f3caf742108bb552724d4c4dae74b28ea266a6a3 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2021-12-29 03:12:39 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2021-12-29 03:12:39 +0000 x11/mate-screensaver: Fix PAM build Fix build when PAM enabled; <security/_pam_macros.h> is a Linuxism. --- x11/mate-screensaver/files/patch-helper_pam-helper.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x11/mate-screensaver/files/patch-helper_pam-helper.c b/x11/mate-screensaver/files/patch-helper_pam-helper.c new file mode 100644 index 000000000000..605141fb0e54 --- /dev/null +++ b/x11/mate-screensaver/files/patch-helper_pam-helper.c @@ -0,0 +1,10 @@ +--- helper/pam-helper.c.orig 2021-11-15 14:28:47.000000000 -0800 ++++ helper/pam-helper.c 2021-12-28 19:09:39.501645000 -0800 +@@ -33,7 +33,6 @@ + */ + + #include <security/pam_appl.h> +-#include <security/_pam_macros.h> + + #include <sys/types.h> + #include <stdarg.h>