From 2e5148154920b331edb707a1a889a1771de1dbf7 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 10 Jul 2022 23:04:43 +0200 Subject: [PATCH] Fix missing BUILD_LIBRARIES in libavcodec and liblua. --- ports/libavcodec/libavcodec.port | 1 + ports/liblua/liblua.port | 1 + 2 files changed, 2 insertions(+) diff --git a/ports/libavcodec/libavcodec.port b/ports/libavcodec/libavcodec.port index e6f222eb..228117ab 100644 --- a/ports/libavcodec/libavcodec.port +++ b/ports/libavcodec/libavcodec.port @@ -1,5 +1,6 @@ NAME=libavcodec SOURCE_PORT=ffmpeg +BUILD_LIBRARIES='libfontconfig? libfreetype? libiconv? libssl? libtheora? libvorbis? libxml2? libz? xz?' BUILD_SYSTEM=configure DIRTY_FILE=ffbuild/config.mak CONFIGURE_ARGS='--disable-x86asm --enable-version3 --optflags=" " --disable-debug --disable-programs' diff --git a/ports/liblua/liblua.port b/ports/liblua/liblua.port index ad1cf201..e774aa92 100644 --- a/ports/liblua/liblua.port +++ b/ports/liblua/liblua.port @@ -1,5 +1,6 @@ NAME=liblua SOURCE_PORT=lua +BUILD_LIBRARIES= BUILD_SYSTEM=makefile MAKE_BUILD_TARGET=lib MAKE_INSTALL_TARGET=install-lib