pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wlroot: use OPSYS_VERSION in check
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Mar 19 17:14:00 2026 +0100
Changeset: 2bb1cad5c11e07332c20be72a088449ce51742dd
Modified Files:
wlroots/Makefile
Log Message:
wlroot: use OPSYS_VERSION in check
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bb1cad5c11e07332c20be72a088449ce51742dd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wlroots/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/wlroots/Makefile b/wlroots/Makefile
index fef3b8fdae..77336d5230 100644
--- a/wlroots/Makefile
+++ b/wlroots/Makefile
@@ -22,7 +22,7 @@ SUBST_FILES.path+= xcursor/xcursor.c
SUBST_VARS.path+= PREFIX X11BASE
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" && ${OS_VERSION} < 11
+.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 110000
PKG_FAIL_REASON+= "DRM_IOCTL_GET_UNIQUE is not allowed on render nodes"
.endif
Home |
Main Index |
Thread Index |
Old Index