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: dbj
Date: Sat Feb 6 15:40:47 UTC 2021
Modified Files:
pkgsrc/audio/lilv: Makefile
Log Message:
audio/lilv: specify when darwin added CLOCK_GETTIME
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/audio/lilv/Makefile:1.27
--- pkgsrc/audio/lilv/Makefile:1.26 Sun Jan 24 16:19:59 2021
+++ pkgsrc/audio/lilv/Makefile Sat Feb 6 15:40:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/01/24 16:19:59 nia Exp $
+# $NetBSD: Makefile,v 1.27 2021/02/06 15:40:47 dbj Exp $
DISTNAME= lilv-0.24.12
CATEGORIES= audio
@@ -19,7 +19,7 @@ WAF_ARGS+= --no-bindings
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= lv2bench
-.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
+.if (${OPSYS} != "Darwin" || ${OS_VERSION:R:R} >= 16) && ${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