summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-17 00:02:30 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-17 13:05:52 +0200
commit291fef31b606ad5666bc39f90342f630472ce322 (patch)
treea75382e80847116c9b16bf9b871516248df2c8e7 /editors/emacs
parenteditors/vim: RUBY works fine on powerpc64le (diff)
editors/emacs: build without GCC on powerpc64le
The current release builds fine.
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 48c65b185ab2..4cdec7031954 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -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