diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-12-28 19:12:39 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-12-28 19:12:39 -0800 |
commit | f3caf742108bb552724d4c4dae74b28ea266a6a3 (patch) | |
tree | fdbaf07937057d3a3a8d8bec89712fae70ddd7d5 | |
parent | Add php81 to the tree (diff) |
x11/mate-screensaver: Fix PAM build
Fix build when PAM enabled; <security/_pam_macros.h> is a Linuxism.
-rw-r--r-- | x11/mate-screensaver/files/patch-helper_pam-helper.c | 10 |
1 files changed, 10 insertions, 0 deletions
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> |