Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 05:33:43 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400107 - head/devel/compiler-rt-devel
Message-ID:  <201510240533.t9O5Xhn4083663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Oct 24 05:33:43 2015
New Revision: 400107
URL: https://svnweb.freebsd.org/changeset/ports/400107

Log:
  Make fmake happy

Modified:
  head/devel/compiler-rt-devel/Makefile

Modified: head/devel/compiler-rt-devel/Makefile
==============================================================================
--- head/devel/compiler-rt-devel/Makefile	Sat Oct 24 04:57:47 2015	(r400106)
+++ head/devel/compiler-rt-devel/Makefile	Sat Oct 24 05:33:43 2015	(r400107)
@@ -29,7 +29,8 @@ ONLY_FOR_ARCHS_REASON=	plist contents no
 .include <bsd.port.pre.mk>
 
 .for arch in ${ONLY_FOR_ARCHS}
-.if (${arch} == ${ARCH} || (${arch} == "i386" && ${ARCH} == "amd64"))
+_arch=${arch}
+.if (${_arch} == ${ARCH} || (${_arch} == "i386" && ${ARCH} == "amd64"))
 ARCH_SUB:=	${ARCH_SUB} ${arch:tu}=
 .else
 ARCH_SUB:=	${ARCH_SUB} ${arch:tu}="@comment "



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