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/rdesktop ports@
diff --git a/x11/rdesktop/Makefile b/x11/rdesktop/Makefile
index a9c17964644..0681a567da4 100644
--- a/x11/rdesktop/Makefile
+++ b/x11/rdesktop/Makefile
@@ -2,6 +2,7 @@ COMMENT= open source client for Windows Terminal
Server
V= 1.9.0
DISTNAME= rdesktop-$V
+REVISION= 0
CATEGORIES= x11 net
@@ -34,5 +35,6 @@ CONFIGURE_ARGS= --with-x=${X11BASE} \
--disable-credssp
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV+= CFLAGS="-Wno-incompatible-pointer-types"
.include <bsd.port.mk>