From: Rafael Sadowski Subject: Re: [llvm22] Breakage 2026-05-28 To: ports@openbsd.org Date: Sat, 30 May 2026 12:07:41 +0200 On Fri May 29, 2026 at 11:58:14PM +0200, Christian Weisgerber wrote: > This was from the last experimental build before the LLVM 22 update > was committed to base. > > http://build-failures.rhaalovely.net/amd64-clang/2026-05-28/ > > x11/mlterm ports@ diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 1ef14151b1b..0f4b00646fc 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ COMMENT= color terminal emulator with unicode support DISTNAME= mlterm-3.8.3 -REVISION= 7 +REVISION= 8 SHARED_LIBS+= mef 0.0 # 1.0 SHARED_LIBS+= pobl 0.0 # 1.0 @@ -50,7 +50,7 @@ CONFIGURE_ARGS= --disable-canna \ --with-gui=xlib,fb \ --with-imagelib=gdk-pixbuf2 \ --with-tools=mlclient,mlconfig,mlcc,mlterm-menu,mlimgloader,mlfc -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2" +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2 -Wno-incompatible-pointer-types" MAKE_ENV= LIBmef_VERSION=${LIBmef_VERSION} \ LIBpobl_VERSION=${LIBpobl_VERSION}