diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/screen/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index f7635b6ddc65..cdc749538cfd 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -3,7 +3,7 @@ PORTNAME= screen PORTVERSION= 4.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= GNU \ ftp://ftp.gnu.org/gnu/screen/ \ @@ -49,6 +49,10 @@ CPE_VENDOR= gnu .include <bsd.port.options.mk> +.if ${ARCH} == armv6 || ${ARCH} == armv7 +SSP_CFLAGS?= -fno-stack-protector +.endif + GNU_CONFIGURE= yes CFLAGS+= -I${NCURSESINC} LDFLAGS+= -L${NCURSESLIB} |