svn commit: r549758 - head/graphics/vv

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 17:32:18 UTC 2020


Author: linimon
Date: Wed Sep 23 17:32:17 2020
New Revision: 549758
URL: https://svnweb.freebsd.org/changeset/ports/549758

Log:
  Fix obvious typo.

Modified:
  head/graphics/vv/Makefile

Modified: head/graphics/vv/Makefile
==============================================================================
--- head/graphics/vv/Makefile	Wed Sep 23 17:22:13 2020	(r549757)
+++ head/graphics/vv/Makefile	Wed Sep 23 17:32:17 2020	(r549758)
@@ -37,7 +37,7 @@ PLIST_FILES=	bin/vv
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == i386A || ${ARCH} == amd64
+.if ${ARCH} == i386 || ${ARCH} == amd64
 CXXFLAGS+=	-msse2 # workaround for https://github.com/open-vv/vv/issues/83 & https://github.com/InsightSoftwareConsortium/ITK/issues/2011
 .endif
 


More information about the svn-ports-all mailing list