pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/jack



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep 16 13:43:01 UTC 2021

Modified Files:
        pkgsrc/audio/jack: Makefile

Log Message:
jack: build with POSIX style getgrnam_r on Solaris


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/jack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/jack/Makefile
diff -u pkgsrc/audio/jack/Makefile:1.47 pkgsrc/audio/jack/Makefile:1.48
--- pkgsrc/audio/jack/Makefile:1.47     Wed Sep 15 07:44:09 2021
+++ pkgsrc/audio/jack/Makefile  Thu Sep 16 13:43:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2021/09/15 07:44:09 schmonz Exp $
+# $NetBSD: Makefile,v 1.48 2021/09/16 13:43:01 nia Exp $
 
 DISTNAME=      jack2-1.9.19
 PKGNAME=       ${DISTNAME:S/jack2/jack/1}
@@ -29,6 +29,8 @@ PLIST_VARS+=  boomer oss
 .if ${OPSYS} == "SunOS"
 PLIST.boomer=  yes
 PLIST.oss=     yes
+# Wants POSIXy getgrnam_r(3)
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
 .endif
 
 PLIST_VARS+=   sun



Home | Main Index | Thread Index | Old Index