aboutsummaryrefslogtreecommitdiff
path: root/graphics/libosmesa/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-07-03 10:13:48 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-07-20 07:36:39 +0000
commit22a85734ff71983126a94a1970c534a45a9e730e (patch)
tree1fead8e389fc1250a7972554b55ec810663954eb /graphics/libosmesa/Makefile
parent1c02555442edf5e255e65af6aa72e579987481d7 (diff)
downloadports-22a85734ff71983126a94a1970c534a45a9e730e.tar.gz
ports-22a85734ff71983126a94a1970c534a45a9e730e.zip
Diffstat (limited to 'graphics/libosmesa/Makefile')
-rw-r--r--graphics/libosmesa/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index f51e00d77177..cfad20975dd1 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -2,7 +2,6 @@
PORTNAME= libosmesa
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 1
CATEGORIES= graphics
COMMENT= Off-Screen Mesa implementation of the OpenGL API
@@ -15,7 +14,7 @@ USE_XORG= xorgproto
# Disable some options
MESON_ARGS+= -Ddri-drivers="" \
- -Dgallium-drivers=swrast \
+ -Dgallium-drivers="swrast" \
-Dvulkan-drivers="" \
-Dplatforms="" \
-Dgallium-vdpau=disabled \
@@ -35,11 +34,7 @@ MESON_ARGS+= -Ddri-drivers="" \
-Dzstd=disabled
LDFLAGS_i386= -Wl,-znotext
-.if ${ARCH} == sparc64
-MESON_ARGS+= -Dosmesa=classic
-.else
-MESON_ARGS+= -Dosmesa=gallium
-.endif
+MESON_ARGS+= -Dosmesa=true
.include "${MASTERDIR}/Makefile.targets"