graphics/drawpile: Broken on armv7 on 15 CURRENT

Reported by:	https://portsfallout.com/
This commit is contained in:
Yuri Victorovich 2024-01-11 22:34:35 -08:00
parent b49d59c2d5
commit b6f8f173b1

View file

@ -32,4 +32,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
PORTSCOUT= limit:^\d+\. # prevent tags like 'continuous'
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == armv7
BROKEN_FreeBSD_15= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276269
.endif
.include <bsd.port.post.mk>