Skip to content

Commit

Permalink
editors/emacs: build without GCC on powerpc64le
Browse files Browse the repository at this point in the history
The current release builds fine.
  • Loading branch information
pkubaj committed Apr 17, 2022
1 parent 7633a0e commit 291fef3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions editors/emacs/Makefile
Expand Up @@ -233,10 +233,6 @@ XWIDGETS_CONFIGURE_WITH= xwidgets

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc64le
USE_GCC= yes
.endif

.if ${PORT_OPTIONS:MNATIVECOMP} && !defined(_GCC_PORT_CHOSEN)
_GCC_PORT!= ${BSDMAKE} -V_GCC_PORT USE_GCC=11+ _GCC_PORT_CHOSEN=yes
.endif
Expand Down

0 comments on commit 291fef3

Please sign in to comment.