git: b6f8f173b18b - main - graphics/drawpile: Broken on armv7 on 15 CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 06:35:10 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 commit b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 06:34:35 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 06:34:35 +0000 graphics/drawpile: Broken on armv7 on 15 CURRENT Reported by: https://portsfallout.com/ --- graphics/drawpile/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile index 344b11f5bbdc..67dfcd8d86bd 100644 --- a/graphics/drawpile/Makefile +++ b/graphics/drawpile/Makefile @@ -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>