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:           Wed Jun 22 10:12:30 UTC 2022

Modified Files:
        pkgsrc/audio/jack: platform.mk

Log Message:
jack: fix sense of condition. jack works on netbsd-9.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/audio/jack/platform.mk:1.3
--- pkgsrc/audio/jack/platform.mk:1.2   Sun May  8 10:23:33 2022
+++ pkgsrc/audio/jack/platform.mk       Wed Jun 22 10:12:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.2 2022/05/08 10:23:33 nia Exp $
+# $NetBSD: platform.mk,v 1.3 2022/06/22 10:12:30 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" && ${OPSYS_VERSION} > 090000
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000
 PLATFORM_SUPPORTS_JACK=        yes
 .endif
 



Home | Main Index | Thread Index | Old Index