From 828299c91a3ae2f5f1d46c240f5304deb85abb98 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 22 Oct 2021 11:42:15 +0000 Subject: [PATCH] editors/emacs-devel: fix build on powerpc64* Building with clang randomly crashes: Select coding system (default raw-text): Debugger entered--Lisp error: (end-of-file "Error reading from stdin") --- editors/emacs-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index e0cb65197276a..a2b3112691f86 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -213,7 +213,7 @@ XWIDGETS_CONFIGURE_WITH= xwidgets _GCC_PORT!= ${BSDMAKE} -V_GCC_PORT USE_GCC=11+ _GCC_PORT_CHOSEN=yes .endif -.if ${ARCH} == powerpc64le +.if ${ARCH:Mpowerpc64*} USE_GCC= yes .endif