svn commit: r567566 - head/editors/emacs

Piotr Kubaj pkubaj at FreeBSD.org
Sun Mar 7 13:07:04 UTC 2021


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


More information about the svn-ports-head mailing list