git: 2037b2ce13e4 - main - x11-wm/blackbox: fix build on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jun 20 13:15:59 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2037b2ce13e4d39984a184e6f5b0bac63caa4690
commit 2037b2ce13e4d39984a184e6f5b0bac63caa4690
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-20 13:14:20 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-20 13:14:20 +0000
x11-wm/blackbox: fix build on powerpc
Same issue as on armv*.
---
x11-wm/blackbox/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/blackbox/Makefile b/x11-wm/blackbox/Makefile
index 4d9828aa2af8..2715f219c4d9 100644
--- a/x11-wm/blackbox/Makefile
+++ b/x11-wm/blackbox/Makefile
@@ -33,7 +33,7 @@ TOOLS_ONLY_VARS_OFF= PORTDOCS+="AUTHORS COMPLIANCE ChangeLog README RELNOTES TO
.include <bsd.port.options.mk>
-.if ${ARCH} == armv6 || ${ARCH} == armv7
+.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_Toolbar.cc
.endif
More information about the dev-commits-ports-all
mailing list