git: 602829a66e54 - main - graphics/mesa-libs: Add USES=llvm,noexport
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Nov 2023 10:32:07 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=602829a66e54df6c39f2c34275168ad2ba3c4850
commit 602829a66e54df6c39f2c34275168ad2ba3c4850
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-11-24 10:30:58 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-11-24 10:30:58 +0000
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
---
graphics/mesa-libs/Makefile | 2 ++
1 file changed, 2 insertions(+)
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