pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/mate-screensaver
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Mar 30 05:23:43 UTC 2019
Modified Files:
pkgsrc/x11/mate-screensaver: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/mate-screensaver/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/mate-screensaver/Makefile
diff -u pkgsrc/x11/mate-screensaver/Makefile:1.16 pkgsrc/x11/mate-screensaver/Makefile:1.17
--- pkgsrc/x11/mate-screensaver/Makefile:1.16 Wed Jan 16 18:11:05 2019
+++ pkgsrc/x11/mate-screensaver/Makefile Sat Mar 30 05:23:43 2019
@@ -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/ma
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
Home |
Main Index |
Thread Index |
Old Index