Date: Sun, 20 Jun 2021 13:15:57 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2037b2ce13e4 - main - x11-wm/blackbox: fix build on powerpc Message-ID: <202106201315.15KDFv9o039221@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2037b2ce13e4d39984a184e6f5b0bac63caa4690 commit 2037b2ce13e4d39984a184e6f5b0bac63caa4690 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-20 13:14:20 +0000 Commit: Piotr Kubaj <pkubaj@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201315.15KDFv9o039221>