svn commit: r567401 - head/editors/emacs-devel

Piotr Kubaj pkubaj at FreeBSD.org
Fri Mar 5 18:03:06 UTC 2021


Author: pkubaj
Date: Fri Mar  5 18:03:06 2021
New Revision: 567401
URL: https://svnweb.freebsd.org/changeset/ports/567401

Log:
  editors/emacs-devel: fix build on powerpc64*
  
  In toplevel form:
  mh-e/mh-gnus.el:38:20: Error: Hash table too large

Modified:
  head/editors/emacs-devel/Makefile

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Fri Mar  5 17:40:59 2021	(r567400)
+++ head/editors/emacs-devel/Makefile	Fri Mar  5 18:03:06 2021	(r567401)
@@ -206,6 +206,10 @@ XWIDGETS_CONFIGURE_WITH=	xwidgets
 
 .include <bsd.port.options.mk>
 
+.if ${ARCH:Mpowerpc64*}
+USE_GCC=	yes
+.endif
+
 .if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3} && !${PORT_OPTIONS:MXAW} && !${PORT_OPTIONS:MXAW3D}
 CONFIGURE_ARGS+=	--with-x-toolkit=no
 .endif


More information about the svn-ports-head mailing list