git: 6a73c70f4412 - main - multimedia/handbrake: disable ldconfig during build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 18:54:36 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a73c70f44126dafe17e46a6ce93ef64d2bb4522 commit 6a73c70f44126dafe17e46a6ce93ef64d2bb4522 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-03 17:55:57 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-03 18:54:13 +0000 multimedia/handbrake: disable ldconfig during build ld-elf.so.1: Shared object "liblz4.so.1" not found, required by "libarchive.so.13" gmake[4]: *** [common/CMakeFiles/common.dir/build.make:134: common/CMakeFiles/common.dir/x86/intrapred8.asm.o] Error 1 $ ldconfig -r /var/run/ld-elf.so.hints: search directories: PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/2c3a68bc30cf --- multimedia/handbrake/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index b49af93efa8f..a8a3a2b6db59 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -63,7 +63,7 @@ LIB_DEPENDS+= libdvdcss.so:multimedia/libdvdcss GNU_CONFIGURE= yes MAKE_ENV= V=1 ACLOCAL=${LOCALBASE}/bin/aclocal -BINARY_ALIAS= python3=${PYTHON_VERSION} +BINARY_ALIAS= python3=${PYTHON_VERSION} ldconfig=${FALSE} CONFIGURE_ARGS= --force --enable-x265 CONFIGURE_TARGET= build