svn commit: r432891 - head/devel/ispc

Mark Linimon linimon at FreeBSD.org
Tue Jan 31 00:05:30 UTC 2017


Author: linimon
Date: Tue Jan 31 00:05:28 2017
New Revision: 432891
URL: https://svnweb.freebsd.org/changeset/ports/432891

Log:
  Limit to x86; does not build on other archs anyway.
  
  Approved by:	maintainer

Modified:
  head/devel/ispc/Makefile

Modified: head/devel/ispc/Makefile
==============================================================================
--- head/devel/ispc/Makefile	Mon Jan 30 23:22:29 2017	(r432890)
+++ head/devel/ispc/Makefile	Tue Jan 31 00:05:28 2017	(r432891)
@@ -27,6 +27,9 @@ MAKE_ARGS=	LLVM_CONFIG=${LOCALBASE}/bin/
 
 PLIST_FILES=	bin/ispc
 
+ONLY_FOR_ARCHS=		i386 amd64
+ONLY_FOR_ARCHS_REASON=	only available for x86 architectures
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}| ; s|@$$(C|$$(C|' \
 		${WRKSRC}/Makefile


More information about the svn-ports-all mailing list