git: 20d8b6a867c8 - 2024Q4 - 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:52 UTC
The branch 2024Q4 has been updated by rnagy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=20d8b6a867c848dde18a1ecbdb7f4adcfef62ff1
commit 20d8b6a867c848dde18a1ecbdb7f4adcfef62ff1
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:47 +0000
www/iridium: unbreak build by not unbundling freetype gn files
(cherry picked from commit 49c3779c0bd8fb52dae134d80044605d6c028cdf)
---
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 && \