git: 31f505757e0f - main - x11-toolkits/aquamarine: fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Jul 2026 20:44:12 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31f505757e0feee9ea3f50053e7f86f92058f5aa
commit 31f505757e0feee9ea3f50053e7f86f92058f5aa
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-07-13 17:34:39 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-07-13 20:43:03 +0000
x11-toolkits/aquamarine: fix build on armv7
Same patch as on i386.
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
---
x11-toolkits/aquamarine/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile
index 78cb3dbcaf36..0031d42add1e 100644
--- a/x11-toolkits/aquamarine/Makefile
+++ b/x11-toolkits/aquamarine/Makefile
@@ -37,7 +37,7 @@ PLIST_SUB= SOVERSION_FULL=${DISTVERSION:C/-.*//} \
.include <bsd.port.options.mk>
-.if ${ARCH} == i386
+.if ${ARCH} == i386 || ${ARCH:Marmv?}
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_backend_Headless.cpp
.endif