aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-11-24 10:30:58 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-11-24 10:30:58 +0000
commit602829a66e54df6c39f2c34275168ad2ba3c4850 (patch)
tree8321bd8b1f20c29f73c12425bf542b54d880413d
parent6e38f0a6247d51ca1ec03ab9ad2478ff71e90884 (diff)
downloadports-602829a66e54df6c39f2c34275168ad2ba3c4850.tar.gz
ports-602829a66e54df6c39f2c34275168ad2ba3c4850.zip
graphics/mesa-libs: Add USES=llvm,noexport
It was set in Makefile.common from mesa-dri before Reported by: jbeich Fixes: 6e38f0a6247d ("graphics/mesa*: Drop llvm,noexport in Makefile.common") Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--graphics/mesa-libs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile
index 12490b1a70fc..f8be1f1ef6db 100644
--- a/graphics/mesa-libs/Makefile
+++ b/graphics/mesa-libs/Makefile
@@ -8,6 +8,8 @@ WWW= https://www.mesa3d.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/license.rst
+USES= llvm:noexport
+
LIB_DEPENDS= libOpenGL.so:graphics/libglvnd
OPTIONS_GROUP= PLATFORM