svn commit: r549769 - head/sysutils/screen

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:16:14 UTC 2020


Author: linimon
Date: Wed Sep 23 18:16:13 2020
New Revision: 549769
URL: https://svnweb.freebsd.org/changeset/ports/549769

Log:
  Canonicalize use of SSP_CFLAGS on all powerpc variants.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Wed Sep 23 18:12:00 2020	(r549768)
+++ head/sysutils/screen/Makefile	Wed Sep 23 18:16:13 2020	(r549769)
@@ -48,7 +48,7 @@ CPE_VENDOR=	gnu
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || \
-    ${ARCH} == powerpc64
+    ${ARCH:Mpowerpc*}
 SSP_CFLAGS?=	-fno-stack-protector
 .endif
 


More information about the svn-ports-all mailing list