svn commit: r549864 - head/editors/emacs

Piotr Kubaj pkubaj at FreeBSD.org
Wed Sep 23 23:59:08 UTC 2020


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}


More information about the svn-ports-all mailing list