Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 17:32:17 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549758 - head/graphics/vv
Message-ID:  <202009231732.08NHWHE9073114@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009231732.08NHWHE9073114>