aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-07 13:07:03 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-07 13:07:03 +0000
commita011f0b7baf8cfd4e8e93b89f927a333a523396d (patch)
tree5fdb4d919438f99e7db2739e8ef4b1ec23e1817f /editors
parent993002cba69e3b18d96da9a491a99efdb8f0b566 (diff)
downloadports-a011f0b7baf8cfd4e8e93b89f927a333a523396d.tar.gz
ports-a011f0b7baf8cfd4e8e93b89f927a333a523396d.zip
editors/emacs: fix build on powerpc64le
Use GCC: Hash table too large
Notes
Notes: svn path=/head/; revision=567566
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 9620e44f9b32..ccc758f30fa4 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -229,6 +229,10 @@ XWIDGETS_CONFIGURE_WITH= xwidgets
.include <bsd.port.options.mk>
+.if ${ARCH} == powerpc64le
+USE_GCC= yes
+.endif
+
.if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3} && !${PORT_OPTIONS:MMOTIF} \
&& !${PORT_OPTIONS:MXAW} && !${PORT_OPTIONS:MXAW3D}
CONFIGURE_ARGS+= --with-x-toolkit=no