pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/wayland wayland: actually disable netbsd 8, ther...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da2e916fa271
branches: trunk
changeset: 420524:da2e916fa271
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jan 04 02:06:02 2020 +0000
description:
wayland: actually disable netbsd 8, there's no compositor
diffstat:
devel/wayland/platform.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 47f414a01399 -r da2e916fa271 devel/wayland/platform.mk
--- a/devel/wayland/platform.mk Sat Jan 04 01:53:55 2020 +0000
+++ b/devel/wayland/platform.mk Sat Jan 04 02:06:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.4 2020/01/04 01:49:26 nia Exp $
+# $NetBSD: platform.mk,v 1.5 2020/01/04 02:06:02 nia Exp $
.if !defined(PLATFORM_SUPPORTS_WAYLAND)
. include "../../mk/bsd.fast.prefs.mk"
@@ -7,7 +7,7 @@
# devel/wayland and devel/wayland-protocols build.
WAYLAND_PLATFORMS+= Linux-*-*
-.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-7].*)
+.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*)
PLATFORM_SUPPORTS_WAYLAND= yes
.endif
Home |
Main Index |
Thread Index |
Old Index