aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-07 00:09:43 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-03-07 00:09:43 +0000
commite7705a35540f72a65cbd3850ec6d5db7c2250b30 (patch)
treec3b6d49d986ee234a22bbcb42800bab8c28b941f /editors
parent7cf145e94b346f1887417e722432b9599213aeec (diff)
downloadports-e7705a35540f72a65cbd3850ec6d5db7c2250b30.tar.gz
ports-e7705a35540f72a65cbd3850ec6d5db7c2250b30.zip
editors/emacs-devel: limit using GCC to only powerpc64le
On powerpc64, emacs builds fine with Clang.
Notes
Notes: svn path=/head/; revision=567529
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index a002e1795215..d30f4220a640 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -206,7 +206,7 @@ XWIDGETS_CONFIGURE_WITH= xwidgets
.include <bsd.port.options.mk>
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH} == powerpc64le
USE_GCC= yes
.endif