pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: Use OPSYS_VERSION to nume...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf49c831b73a
branches: trunk
changeset: 378704:cf49c831b73a
user: nia <nia%pkgsrc.org@localhost>
date: Thu May 05 08:25:30 2022 +0000
description:
pulseaudio: Use OPSYS_VERSION to numerically compare NetBSD versions
XXX do we still want to support hacks for pulseaudio on NetBSD 4?
diffstat:
audio/pulseaudio/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 289774a9369b -r cf49c831b73a audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Thu May 05 08:24:41 2022 +0000
+++ b/audio/pulseaudio/Makefile Thu May 05 08:25:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2022/03/28 10:43:38 tnn Exp $
+# $NetBSD: Makefile,v 1.170 2022/05/05 08:25:30 nia Exp $
DISTNAME= pulseaudio-15.0
PKGREVISION= 2
@@ -54,7 +54,7 @@
.include "../../mk/bsd.prefs.mk"
# broken test for TLS
-.if ((${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[45].*)) || \
+.if ((${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 060000) || \
(${OPSYS} == "Darwin" && !empty(PKGSRC_COMPILER:Mclang)))
CONFIGURE_ENV+= ac_cv_tls=none
.endif
Home |
Main Index |
Thread Index |
Old Index