Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 23:59:08 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549864 - head/editors/emacs
Message-ID:  <202009232359.08NNx815017368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Sep 23 23:59:07 2020
New Revision: 549864
URL: https://svnweb.freebsd.org/changeset/ports/549864

Log:
  editors/emacs: remove GCC dependency
  
  Dependent ports now build fine with clang.

Modified:
  head/editors/emacs/Makefile

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Wed Sep 23 23:55:58 2020	(r549863)
+++ head/editors/emacs/Makefile	Wed Sep 23 23:59:07 2020	(r549864)
@@ -4,6 +4,7 @@
 PORTNAME=	emacs
 DISTVERSION=	27.1
 PORTEPOCH=	3
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	GNU
 
@@ -229,10 +230,6 @@ XWIDGETS_USE=			XORG=xcomposite
 XWIDGETS_CONFIGURE_WITH=	xwidgets
 
 .include <bsd.port.options.mk>
-
-.if ${ARCH:Mpowerpc*}
-USE_GCC=	any
-.endif
 
 .if !${PORT_OPTIONS:MGTK2} && !${PORT_OPTIONS:MGTK3} && !${PORT_OPTIONS:MMOTIF} \
 	&& !${PORT_OPTIONS:MXAW} && !${PORT_OPTIONS:MXAW3D}



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