pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 22 10:39:48 UTC 2023

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
polkit: Add required SunOS CPPFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/security/polkit/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/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.51 pkgsrc/security/polkit/Makefile:1.52
--- pkgsrc/security/polkit/Makefile:1.51        Thu Jun 15 02:35:47 2023
+++ pkgsrc/security/polkit/Makefile     Thu Jun 22 10:39:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2023/06/15 02:35:47 mrg Exp $
+# $NetBSD: Makefile,v 1.52 2023/06/22 10:39:47 jperkin Exp $
 
 DISTNAME=      polkit-121
 CATEGORIES=    security
@@ -29,6 +29,7 @@ PKGCONFIG_OVERRIDE+=  data/polkit-gobject
 PKGCONFIG_OVERRIDE+=   data/polkit-agent-1.pc.in
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
+CPPFLAGS.SunOS+=               -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index