diff options
author | nia <nia@pkgsrc.org> | 2021-12-13 12:50:40 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-12-13 12:50:40 +0000 |
commit | de4fbc60cb8e1b9a128862589a2c147b879dab7f (patch) | |
tree | f3c09239b3f7b8090535f7ae042f0e064a0008cd /audio | |
parent | d6b1a689e8b6ddabccb73232d4f184881966e0de (diff) | |
download | pkgsrc-de4fbc60cb8e1b9a128862589a2c147b879dab7f.tar.gz |
lilv: Solaris does have clock_gettime...
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lilv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile index 24bb28a3427..8d4a0d8bc7e 100644 --- a/audio/lilv/Makefile +++ b/audio/lilv/Makefile @@ -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 |