Page MenuHomeFreeBSD

D54813.diff
No OneTemporary

D54813.diff

diff --git a/graphics/drm-515-kmod/Makefile b/graphics/drm-515-kmod/Makefile
--- a/graphics/drm-515-kmod/Makefile
+++ b/graphics/drm-515-kmod/Makefile
@@ -31,7 +31,9 @@
SUB_FILES= pkg-message
SUB_LIST= OPSYS=${OPSYS} OSREL=${OSREL}
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400081
+IGNORE= not supported on older than 14.0, no kernel support
+.elif ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600000
IGNORE= not supported on FreeBSD 16.0 and higher
.endif
.if ${OPSYS} != FreeBSD

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 23, 5:33 PM (8 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27854552
Default Alt Text
D54813.diff (540 B)

Event Timeline