pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/lilv
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Nov 29 16:23:21 UTC 2021
Modified Files:
pkgsrc/audio/lilv: Makefile
Log Message:
lilv: Use OPSYS_VERSION.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/lilv/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/lilv/Makefile
diff -u pkgsrc/audio/lilv/Makefile:1.29 pkgsrc/audio/lilv/Makefile:1.30
--- pkgsrc/audio/lilv/Makefile:1.29 Thu Aug 5 15:48:22 2021
+++ pkgsrc/audio/lilv/Makefile Mon Nov 29 16:23:21 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/08/05 15:48:22 nia Exp $
+# $NetBSD: Makefile,v 1.30 2021/11/29 16:23:21 jperkin Exp $
DISTNAME= lilv-0.24.12
PKGREVISION= 2
@@ -20,7 +20,7 @@ WAF_ARGS+= --no-bindings
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= lv2bench
-.if (${OPSYS} != "Darwin" || ${OS_VERSION:R:R} >= 16) && ${OPSYS} != "SunOS"
+.if (${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200) && ${OPSYS} != "SunOS"
# Darwin doesn't have CLOCK_GETTIME so it doesn't compile this
PLIST.lv2bench= yes
.endif
Home |
Main Index |
Thread Index |
Old Index