1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Limit to x86; does not build on other archs anyway.

Approved by:	maintainer
This commit is contained in:
Mark Linimon 2017-01-31 00:05:28 +00:00
parent a0eac7f8c4
commit 25ef38c25a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432891

View File

@ -27,6 +27,9 @@ MAKE_ARGS= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${CLANG_VERSION} \
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