diff options
-rw-r--r-- | graphics/py-visual/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile index 08877283e15f..47e1ecb9cd4e 100644 --- a/graphics/py-visual/Makefile +++ b/graphics/py-visual/Makefile @@ -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' \ |