ports/harfbuzz: Fix infinite circular dependency loop
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user