The hang also occurs on a Power9 box.

Submitted by:	tuexen@
Reported by:	tuexen@
This commit is contained in:
Cy Schubert 2019-12-04 04:41:39 +00:00
parent f41d7e290a
commit 727068b7b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518986

View File

@ -3,7 +3,7 @@
PORTNAME= screen
PORTVERSION= 4.7.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= sysutils
MASTER_SITES= GNU \
ftp://ftp.gnu.org/gnu/screen/ \
@ -49,7 +49,8 @@ CPE_VENDOR= gnu
.include <bsd.port.options.mk>
.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386
.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || \
${ARCH} == powerpc64
SSP_CFLAGS?= -fno-stack-protector
.endif