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: Sun May 8 10:23:33 UTC 2022
Modified Files:
pkgsrc/audio/jack: platform.mk
Log Message:
jack: use numeric comparison with OPSYS_VERSION
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/jack/platform.mk
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/platform.mk
diff -u pkgsrc/audio/jack/platform.mk:1.1 pkgsrc/audio/jack/platform.mk:1.2
--- pkgsrc/audio/jack/platform.mk:1.1 Sat Nov 13 10:48:03 2021
+++ pkgsrc/audio/jack/platform.mk Sun May 8 10:23:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.1 2021/11/13 10:48:03 nia Exp $
+# $NetBSD: platform.mk,v 1.2 2022/05/08 10:23:33 nia Exp $
.if !defined(PLATFORM_SUPPORTS_JACK)
. include "../../mk/bsd.fast.prefs.mk"
@@ -6,7 +6,7 @@
JACK_PLATFORMS+= Darwin-*-*
JACK_PLATFORMS+= Linux-*-*
-.if ${OPSYS} == "NetBSD" && empty(OPSYS_VERSION:M[5-8].*)
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 090000
PLATFORM_SUPPORTS_JACK= yes
.endif
Home |
Main Index |
Thread Index |
Old Index