pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/jack jack: build with POSIX style getgrnam_r on ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2368a9a8dc6b
branches: trunk
changeset: 458463:2368a9a8dc6b
user: nia <nia%pkgsrc.org@localhost>
date: Thu Sep 16 13:43:01 2021 +0000
description:
jack: build with POSIX style getgrnam_r on Solaris
diffstat:
audio/jack/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b8235a05fb7a -r 2368a9a8dc6b audio/jack/Makefile
--- a/audio/jack/Makefile Thu Sep 16 13:02:34 2021 +0000
+++ b/audio/jack/Makefile Thu Sep 16 13:43:01 2021 +0000
@@ -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 @@
.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