Skip to content

Commit

Permalink
drm-current-kmod: Re-add OSVERSION check
Browse files Browse the repository at this point in the history
Pointy hat to: manu
  • Loading branch information
evadot committed Jan 28, 2021
1 parent 1cd2218 commit d5b4ea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/drm-current-kmod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ GH_TAGNAME= drm_v5.4.92_1

.include <bsd.port.options.mk>

#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
#IGNORE= not supported on older CURRENT, no kernel support
#.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
IGNORE= not supported on older CURRENT, no kernel support
.endif
.if ${OPSYS} != FreeBSD
IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality)
.endif
Expand Down

0 comments on commit d5b4ea7

Please sign in to comment.