Index: head/Mk/bsd.ssp.mk =================================================================== --- head/Mk/bsd.ssp.mk (revision 520453) +++ head/Mk/bsd.ssp.mk (revision 520454) @@ -1,12 +1,12 @@ # $FreeBSD$ # SSP Support SSP_Include_MAINTAINER= portmgr@FreeBSD.org .if !defined(SSP_UNSAFE) && \ - (${MACHINE} != "mips") + (! ${ARCH:Mmips*}) # Overridable as a user may want to use -fstack-protector-all SSP_CFLAGS?= -fstack-protector-strong CFLAGS+= ${SSP_CFLAGS} LDFLAGS+= ${SSP_CFLAGS} .endif