pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/slock



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 09:15:11 UTC 2025

Modified Files:
        pkgsrc/x11/slock: Makefile

Log Message:
slock: Fix build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/slock/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/slock/Makefile
diff -u pkgsrc/x11/slock/Makefile:1.13 pkgsrc/x11/slock/Makefile:1.14
--- pkgsrc/x11/slock/Makefile:1.13      Sat Aug  9 15:41:34 2025
+++ pkgsrc/x11/slock/Makefile   Thu Dec 18 09:15:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2025/08/09 15:41:34 leot Exp $
+# $NetBSD: Makefile,v 1.14 2025/12/18 09:15:10 nia Exp $
 
 DISTNAME=              slock-1.6
 CATEGORIES=            x11
@@ -47,6 +47,7 @@ CPPFLAGS+=            -DHAVE_SHADOW_H
 LIBS+= -lcrypt
 .endif
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 CPPFLAGS.NetBSD+=      -D_NETBSD_SOURCE        # needed for setgroups(2)
 
 SPECIAL_PERMS+=        bin/slock ${SETUID_ROOT_PERMS}



Home | Main Index | Thread Index | Old Index