diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-23 17:44:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-23 17:44:40 +0000 |
commit | 96c6c4a799334bcf7ed03c85ea76c17556d88209 (patch) | |
tree | c2ea791ef1b5688d63f144ef610f76a3c9fd5ed0 /editors | |
parent | 52dc4a9eea4c5e38aa6369dc9add0d1a6c8c14e8 (diff) | |
download | ports-96c6c4a799334bcf7ed03c85ea76c17556d88209.tar.gz ports-96c6c4a799334bcf7ed03c85ea76c17556d88209.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 429eb9d202bb..08d03deeaae0 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -230,7 +230,7 @@ XWIDGETS_CONFIGURE_WITH= xwidgets .include <bsd.port.options.mk> -.if ${ARCH} == powerpc64 +.if ${ARCH:Mpowerpc*} USE_GCC= any .endif |