Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2021 18:03:06 +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: r567401 - head/editors/emacs-devel
Message-ID:  <202103051803.125I36q7022481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103051803.125I36q7022481>