pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/kdesu kdesu: Add required flags for SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/85916fb14f30
branches: trunk
changeset: 379466:85916fb14f30
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue May 17 17:03:47 2022 +0000
description:
kdesu: Add required flags for SunOS.
diffstat:
security/kdesu/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3d8bacede09c -r 85916fb14f30 security/kdesu/Makefile
--- a/security/kdesu/Makefile Tue May 17 14:10:14 2022 +0000
+++ b/security/kdesu/Makefile Tue May 17 17:03:47 2022 +0000
@@ -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 @@
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