mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
editors/emacs: fix build on powerpc64le
Use GCC: Hash table too large
This commit is contained in:
parent
993002cba6
commit
a011f0b7ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567566
@ -229,6 +229,10 @@ XWIDGETS_CONFIGURE_WITH= xwidgets
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc64le
|
||||
USE_GCC= yes
|
||||
.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