aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libosmesa/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-06-16 08:44:11 +0800
committerjbeich <jbeich@FreeBSD.org>2018-06-16 08:44:11 +0800
commit35ba9bdc1b5ecc507633bbcd2e894a514e7bcb94 (patch)
tree97c2066bf54979e1b3035614230781331e8ee2b6 /graphics/libosmesa/Makefile
parentb95ed6cfc115b64b2b4af98b8a85d0f21292450b (diff)
downloadfreebsd-ports-gnome-35ba9bdc1b5ecc507633bbcd2e894a514e7bcb94.tar.gz
freebsd-ports-gnome-35ba9bdc1b5ecc507633bbcd2e894a514e7bcb94.tar.zst
freebsd-ports-gnome-35ba9bdc1b5ecc507633bbcd2e894a514e7bcb94.zip
graphics/libosmesa: drop -pthread workaround after r456530
Diffstat (limited to 'graphics/libosmesa/Makefile')
-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"