mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
editors/emacs: remove GCC dependency
Dependent ports now build fine with clang.
This commit is contained in:
parent
5680810c68
commit
96c9413e54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549864
@ -4,6 +4,7 @@
|
||||
PORTNAME= emacs
|
||||
DISTVERSION= 27.1
|
||||
PORTEPOCH= 3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -230,10 +231,6 @@ 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}
|
||||
CONFIGURE_ARGS+= --with-x-toolkit=no
|
||||
|
Loading…
Reference in New Issue
Block a user