pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wayland
Module Name: pkgsrc
Committed By: nia
Date: Sat Jan 4 02:06:02 UTC 2020
Modified Files:
pkgsrc/devel/wayland: platform.mk
Log Message:
wayland: actually disable netbsd 8, there's no compositor
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/wayland/platform.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/wayland/platform.mk
diff -u pkgsrc/devel/wayland/platform.mk:1.4 pkgsrc/devel/wayland/platform.mk:1.5
--- pkgsrc/devel/wayland/platform.mk:1.4 Sat Jan 4 01:49:26 2020
+++ pkgsrc/devel/wayland/platform.mk Sat Jan 4 02:06:02 2020
@@ -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