Index: Makefile =================================================================== --- Makefile (revision 523263) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= emacs DISTVERSION= 26.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU @@ -227,6 +227,10 @@ USES+= compiler:openmp .endif +.if ${ARCH} == powerpc64 +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