pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/lilv lilv: Solaris does have clock_gettime...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87baf5c6e21e
branches:  trunk
changeset: 771090:87baf5c6e21e
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 13 12:50:40 2021 +0000

description:
lilv: Solaris does have clock_gettime...

diffstat:

 audio/lilv/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e7020da0b29a -r 87baf5c6e21e audio/lilv/Makefile
--- a/audio/lilv/Makefile       Mon Dec 13 12:45:37 2021 +0000
+++ b/audio/lilv/Makefile       Mon Dec 13 12:50:40 2021 +0000
@@ -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 @@
 .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