diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-12-08 17:53:31 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-12-08 19:00:46 +0000 |
commit | 799245580a718022ce7bb96012a2720ede33a8ae (patch) | |
tree | 06497e4202b34e0b1fd7cea5e5c4cfb51f857f70 /graphics/libosmesa/Makefile | |
parent | 07b3e671fb24b8fecf06e76c84859e97508a6713 (diff) | |
download | ports-799245580a718022ce7bb96012a2720ede33a8ae.tar.gz ports-799245580a718022ce7bb96012a2720ede33a8ae.zip |
graphics/mesa: Do not add USE_LDCONFIG for every mesa ports
Not every mesa ports provides shared libraries intented for dynamic uses
so stop running ldconfig script for those ports.
Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'graphics/libosmesa/Makefile')
-rw-r--r-- | graphics/libosmesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index a9feb722e252..ba511d86c6db 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -12,6 +12,7 @@ LIB_DEPENDS+= libLLVM-${LLVM_DEFAULT}.so:devel/llvm${LLVM_DEFAULT} USES= xorg USE_XORG= xorgproto +USE_LDCONFIG= yes .include <bsd.port.options.mk> .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common" |