pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/kdesu
Module Name: pkgsrc
Committed By: jperkin
Date: Tue May 17 17:03:47 UTC 2022
Modified Files:
pkgsrc/security/kdesu: Makefile
Log Message:
kdesu: Add required flags for SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/kdesu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/kdesu/Makefile
diff -u pkgsrc/security/kdesu/Makefile:1.32 pkgsrc/security/kdesu/Makefile:1.33
--- pkgsrc/security/kdesu/Makefile:1.32 Mon Apr 25 06:31:34 2022
+++ pkgsrc/security/kdesu/Makefile Tue May 17 17:03:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2022/04/25 06:31:34 markd Exp $
+# $NetBSD: Makefile,v 1.33 2022/05/17 17:03:47 jperkin Exp $
DISTNAME= kdesu-${KF5VER}
CATEGORIES= security
@@ -13,6 +13,9 @@ USE_TOOLS+= msgmerge
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+CFLAGS.SunOS+= -D__EXTENSIONS__
+LDFLAGS.SunOS+= -lsocket -lnsl
+
SPECIAL_PERMS+= ${PREFIX}/libexec/kf5/kdesud ${REAL_ROOT_USER} nogroup 2555
.include "../../devel/kpty/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index