From 0870748784480cd41a18fa7364f2f185ebd897da Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 23 Mar 2025 15:01:45 +0100 Subject: [PATCH] graphics/gd: fix option AVIF PR: 285454 build in poudriere tested make index tested --- graphics/gd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 99bead1fe791..fb199ac82c64 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -47,7 +47,6 @@ HEIF_CPPFLAGS= -I${LOCALBASE}/include AVIF_LIB_DEPENDS= libavif.so:graphics/libavif AVIF_CONFIGURE_OFF= --without-avif AVIF_CPPFLAGS= -I${LOCALBASE}/include -AVIF_BROKEN= option AVIF has a circular dependency loop LIQ_DESC= libimagequant color conversion support LIQ_LIB_DEPENDS= libimagequant.so:graphics/libimagequant LIQ_CONFIGURE_OFF= --with-liq=no