git: 49c3779c0bd8 - main - www/iridium: unbreak build by not unbundling freetype gn files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Dec 2024 18:16:29 UTC
The branch main has been updated by rnagy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=49c3779c0bd8fb52dae134d80044605d6c028cdf
commit 49c3779c0bd8fb52dae134d80044605d6c028cdf
Author: Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2024-12-26 18:16:18 +0000
Commit: Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2024-12-26 18:16:18 +0000
www/iridium: unbreak build by not unbundling freetype gn files
---
www/iridium/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/iridium/Makefile b/www/iridium/Makefile
index 726229801041..6dfed3ad3903 100644
--- a/www/iridium/Makefile
+++ b/www/iridium/Makefile
@@ -268,7 +268,7 @@ pre-configure:
#./build/linux/unbundle/remove_bundled_libraries.py [list of preserved]
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \
./build/linux/unbundle/replace_gn_files.py --system-libraries \
- dav1d flac fontconfig freetype harfbuzz-ng icu libdrm libevent libpng \
+ dav1d flac fontconfig harfbuzz-ng icu libdrm libevent libpng \
libusb libwebp libxml libxslt openh264 opus || ${FALSE}
# Iridium uses an unreleased version of FFmpeg, so configure it
cd ${WRKSRC}/media/ffmpeg && \