aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-04-10 00:18:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-04-10 00:18:04 +0000
commitd59db9aee9953921e73888ef06ec16cd6d16e91d (patch)
treea78b08de0f48d81aeac759dec6f4bf6a7b51cf06 /graphics
parentdb594b1c1a743fd405ce86db314dbd250e64c3d9 (diff)
downloadports-d59db9aee9953921e73888ef06ec16cd6d16e91d.tar.gz
ports-d59db9aee9953921e73888ef06ec16cd6d16e91d.zip
MFH: r466923
graphics/mesa-dri: always lower kernel version check Sandybridge on FreeBSD 11.* is also affected: $ glxgears [intel_init_bufmgr: 1685] Kernel 3.9 required. libGL error: failed to create dri screen libGL error: failed to load driver: i965 5373 frames in 5.0 seconds = 1074.496 FPS Reported by: Kevin Oberman PR: 225035 225415 Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2018Q2/; revision=466929
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mesa-dri/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile
index 43395f09c8c6..7952c48f7f37 100644
--- a/graphics/mesa-dri/Makefile
+++ b/graphics/mesa-dri/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mesa-dri
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= OpenGL hardware acceleration drivers for DRI2+
@@ -52,7 +52,7 @@ VULKAN_DRIVERS+= RADEON
.if ${ARCH} == amd64 || ${ARCH} == i386
DRI_DRIVERS+= I915 I965
GALLIUM_DRIVERS+= SVGA
-. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
+. if ${OPSYS} == FreeBSD
EXTRA_PATCHES+= ${PATCHDIR}/extra-src_mesa_drivers_dri_i965_intel__screen.c
. endif
VULKAN_DRIVERS+= INTEL