Use an haxe to fix build with llvm 22.

The project is dead upstream.
This commit is contained in:
ajacoutot
2026-05-30 12:42:38 +00:00
parent cef89b4e28
commit 9af4e20721
+4 -1
View File
@@ -27,6 +27,9 @@ MODULES= devel/meson \
LIB_DEPENDS= devel/libsoup3 \
graphics/clutter/clutter-gtk
MODGNOME_TOOLS += gobject-introspection vala
MODGNOME_TOOLS= gobject-introspection vala
# Fix build with llvm 22
MODGNOME_CPPFLAGS += -Wno-error=incompatible-pointer-types
.include <bsd.port.mk>