Date: Sun, 7 Mar 2021 13:07:03 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567566 - head/editors/emacs Message-ID: <202103071307.127D73Ce098882@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Mar 7 13:07:03 2021 New Revision: 567566 URL: https://svnweb.freebsd.org/changeset/ports/567566 Log: editors/emacs: fix build on powerpc64le Use GCC: Hash table too large Modified: head/editors/emacs/Makefile Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Sun Mar 7 12:26:30 2021 (r567565) +++ head/editors/emacs/Makefile Sun Mar 7 13:07:03 2021 (r567566) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103071307.127D73Ce098882>