aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-06-16 00:44:11 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-06-16 00:44:11 +0000
commitae0f65577ece0c48ffd0854ab33c64934b06ac69 (patch)
tree97c2066bf54979e1b3035614230781331e8ee2b6 /graphics/libosmesa
parent755238ff677d0499ed610c9fe1a635dff5f30918 (diff)
downloadports-ae0f65577ece0c48ffd0854ab33c64934b06ac69.tar.gz
ports-ae0f65577ece0c48ffd0854ab33c64934b06ac69.zip
graphics/libosmesa: drop -pthread workaround after r456530
Notes
Notes: svn path=/head/; revision=472508
Diffstat (limited to 'graphics/libosmesa')
-rw-r--r--graphics/libosmesa/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index c3d9cd79cdda..de324b088a60 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -9,12 +9,6 @@ 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"