aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-06-18 14:02:35 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-06-18 14:02:35 +0000
commitf4b4c28f25ac56ad7f30c37a7700a6a4560953b1 (patch)
tree3685084049be8e9c7a8902481eb3b68ddb2cb2b0 /graphics/libosmesa
parent88fe7a80fb7aa4966add4e8d042ca1eb047ba817 (diff)
downloadports-f4b4c28f25ac56ad7f30c37a7700a6a4560953b1.tar.gz
ports-f4b4c28f25ac56ad7f30c37a7700a6a4560953b1.zip
Update the Mesa ports to 17.1.2
- patch the Intel driver to re-enable hardware acceleration on 10.x [1] Reported by: cpm [1] Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D11148
Notes
Notes: svn path=/head/; revision=443828
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r--graphics/libosmesa/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index de324b088a60..c3d9cd79cdda 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -9,6 +9,12 @@ COMMENT= Off-Screen Mesa implementation of the OpenGL API
USE_XORG= glproto
+# As of version 17.0.5 / 17.1.2, the Gallium variant fails to build due to
+# incorrectly ordered linker flags. Fortunately, autoreconf fixes the problem.
+# Unfortunately, we must reconf before we know if we're doing a Gallium build.
+USES= autoreconf
+EXTRA_PATCHES= ${PATCHDIR}/configure.ac
+
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"