Skip to content

Commit

Permalink
editors/emacs-devel: fix build on powerpc64*
Browse files Browse the repository at this point in the history
Building with clang randomly crashes:
Select coding system (default raw-text): Debugger entered--Lisp error: (end-of-file "Error reading from stdin")
  • Loading branch information
pkubaj committed Oct 22, 2021
1 parent e3e2bde commit 828299c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/emacs-devel/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 828299c

Please sign in to comment.