aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-16 22:02:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-17 11:05:52 +0000
commit291fef31b606ad5666bc39f90342f630472ce322 (patch)
treea75382e80847116c9b16bf9b871516248df2c8e7 /editors/emacs
parent7633a0e57545e2f189d048e19d0f6df6c94c490e (diff)
downloadports-291fef31b606ad5666bc39f90342f630472ce322.tar.gz
ports-291fef31b606ad5666bc39f90342f630472ce322.zip
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