svn commit: r518986 - head/sysutils/screen
Cy Schubert
cy at FreeBSD.org
Wed Dec 4 04:41:39 UTC 2019
Author: cy
Date: Wed Dec 4 04:41:39 2019
New Revision: 518986
URL: https://svnweb.freebsd.org/changeset/ports/518986
Log:
The hang also occurs on a Power9 box.
Submitted by: tuexen@
Reported by: tuexen@
Modified:
head/sysutils/screen/Makefile
Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile Wed Dec 4 04:39:36 2019 (r518985)
+++ head/sysutils/screen/Makefile Wed Dec 4 04:41:39 2019 (r518986)
@@ -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
More information about the svn-ports-all
mailing list