svn commit: r400107 - head/devel/compiler-rt-devel

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 24 05:33:45 UTC 2015


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 "


More information about the svn-ports-all mailing list