1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Mark IGNORE on amd64: loops infinitely during build

Approved by:	portmgr (self)
Reviewed by:	maintainer
This commit is contained in:
Kris Kennaway 2006-02-24 15:10:57 +00:00
parent 34b223e075
commit 5137e7085f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156769

View File

@ -44,6 +44,10 @@ VPYTHON_SCRIPT= bin/vpython.in
BROKEN= does not compile
.endif
.if ${ARCH} == amd64
IGNORE= loops infinitely during build
.endif
post-patch:
@cd ${WRKSRC}; \
${REINPLACE_CMD} -e 's|%%PYTHONBASE%%|${PYTHONBASE}|g' \