mate-screensaver: build fix for Linux
Extend non-PAM coverage to Linux. security/pam-pwauth_suid has BSDisms in it that don't build on Linux. Someone may want to revisit this later and alter support here, but that's not something to apply during a freeze, anyway.
This commit is contained in:
parent
1de7971c80
commit
47a10d02ba
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2019/01/16 18:11:05 youri Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2019/03/30 05:23:43 gutteridge Exp $
|
||||
|
||||
.include "../../meta-pkgs/mate/Makefile.common"
|
||||
|
||||
|
@ -27,7 +27,7 @@ CONF_FILES+= ${PREFIX}/share/examples/mate-screensaver/xdg/menus/mate-screensave
|
|||
|
||||
PLIST_VARS+= pam
|
||||
|
||||
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
|
||||
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
|
||||
CONFIGURE_ARGS+= --disable-pam
|
||||
SPECIAL_PERMS+= libexec/mate-screensaver-dialog ${SETUID_ROOT_PERMS}
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue