git: 291fef31b606 - main - editors/emacs: build without GCC on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Apr 2022 11:06:09 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=291fef31b606ad5666bc39f90342f630472ce322 commit 291fef31b606ad5666bc39f90342f630472ce322 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-16 22:02:30 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-17 11:05:52 +0000 editors/emacs: build without GCC on powerpc64le The current release builds fine. --- editors/emacs/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 48c65b185ab2..4cdec7031954 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -233,10 +233,6 @@ XWIDGETS_CONFIGURE_WITH= xwidgets .include <bsd.port.options.mk> -.if ${ARCH} == powerpc64le -USE_GCC= yes -.endif - .if ${PORT_OPTIONS:MNATIVECOMP} && !defined(_GCC_PORT_CHOSEN) _GCC_PORT!= ${BSDMAKE} -V_GCC_PORT USE_GCC=11+ _GCC_PORT_CHOSEN=yes .endif