ports/harfbuzz: Fix infinite circular dependency loop

This commit is contained in:
2026-07-05 00:27:06 +03:00
parent fde0eb0964
commit f173b7bccc

View File

@@ -27,6 +27,12 @@ install() {
} }
post_install() { post_install() {
if [ -n "$HARFBUZZ_CIRCULAR" ]; then
return
fi
export HARFBUZZ_CIRCULAR=1
for circular in freetype cairo; do for circular in freetype cairo; do
pushd "$BANAN_PORT_DIR/$circular" >/dev/null || exit 1 pushd "$BANAN_PORT_DIR/$circular" >/dev/null || exit 1
rm -f .compile_hash rm -f .compile_hash