git: 2d1058d8d95d - 2024Q1 - 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:32 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2d1058d8d95d57a4f1b6c12054fdb0bac4a29a71
commit 2d1058d8d95d57a4f1b6c12054fdb0bac4a29a71
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:35:27 +0000
graphics/drawpile: Broken on armv7 on 15 CURRENT
Reported by: https://portsfallout.com/
(cherry picked from commit b6f8f173b18b1da75ef3efa9a80c63e1cbc3a1b9)
---
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>