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 01:49:26 UTC 2020
Modified Files:
pkgsrc/devel/wayland: platform.mk
Log Message:
wayland: builds on netbsd>7
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/wayland/platform.mk:1.4
--- pkgsrc/devel/wayland/platform.mk:1.3 Sun Nov 3 10:39:32 2019
+++ pkgsrc/devel/wayland/platform.mk Sat Jan 4 01:49:26 2020
@@ -1,12 +1,15 @@
-# $NetBSD: platform.mk,v 1.3 2019/11/03 10:39:32 rillig Exp $
+# $NetBSD: platform.mk,v 1.4 2020/01/04 01:49:26 nia Exp $
.if !defined(PLATFORM_SUPPORTS_WAYLAND)
+. include "../../mk/bsd.fast.prefs.mk"
# Please only add operating systems here after verifying that both
# devel/wayland and devel/wayland-protocols build.
-. for _wayland_os in NetBSD Linux
-WAYLAND_PLATFORMS+= ${_wayland_os}-*-*
-. endfor
+WAYLAND_PLATFORMS+= Linux-*-*
+
+.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-7].*)
+PLATFORM_SUPPORTS_WAYLAND= yes
+.endif
. for _wayland_platform in ${WAYLAND_PLATFORMS}
. if !empty(MACHINE_PLATFORM:M${_wayland_platform})
Home |
Main Index |
Thread Index |
Old Index