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

Piotr Kubaj pkubaj at FreeBSD.org
Sun Mar 7 00:09:43 UTC 2021


Author: pkubaj
Date: Sun Mar  7 00:09:43 2021
New Revision: 567529
URL: https://svnweb.freebsd.org/changeset/ports/567529

Log:
  editors/emacs-devel: limit using GCC to only powerpc64le
  
  On powerpc64, emacs builds fine with Clang.

Modified:
  head/editors/emacs-devel/Makefile

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Sat Mar  6 23:27:28 2021	(r567528)
+++ head/editors/emacs-devel/Makefile	Sun Mar  7 00:09:43 2021	(r567529)
@@ -206,7 +206,7 @@ XWIDGETS_CONFIGURE_WITH=	xwidgets
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH} == powerpc64le
 USE_GCC=	yes
 .endif
 


More information about the svn-ports-head mailing list