Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2022 11:06:09 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 291fef31b606 - main - editors/emacs: build without GCC on powerpc64le
Message-ID:  <202204171106.23HB69Ku089981@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204171106.23HB69Ku089981>