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: nia
Date: Mon Dec 13 12:50:40 UTC 2021
Modified Files:
pkgsrc/audio/lilv: Makefile
Log Message:
lilv: Solaris does have clock_gettime...
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/audio/lilv/Makefile:1.32
--- pkgsrc/audio/lilv/Makefile:1.31 Wed Dec 8 16:01:44 2021
+++ pkgsrc/audio/lilv/Makefile Mon Dec 13 12:50:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/12/08 16:01:44 adam Exp $
+# $NetBSD: Makefile,v 1.32 2021/12/13 12:50:40 nia Exp $
DISTNAME= lilv-0.24.12
PKGREVISION= 3
@@ -20,7 +20,7 @@ WAF_ARGS+= --no-bindings
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= lv2bench
-.if (${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200) && ${OPSYS} != "SunOS"
+.if ${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200
# Darwin doesn't have CLOCK_GETTIME so it doesn't compile this
PLIST.lv2bench= yes
.endif
Home |
Main Index |
Thread Index |
Old Index