forked from Lainports/freebsd-ports
graphics/drawpile: Broken on armv7 on 15 CURRENT
Reported by: https://portsfallout.com/
This commit is contained in:
parent
b49d59c2d5
commit
b6f8f173b1
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue