Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2023 10:32:07 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 602829a66e54 - main - graphics/mesa-libs: Add USES=llvm,noexport
Message-ID:  <202311241032.3AOAW7I7062468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311241032.3AOAW7I7062468>