diff options
author | kris <kris@FreeBSD.org> | 2006-02-24 23:10:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-24 23:10:57 +0800 |
commit | 95bb040f4b68e0a0637f4006a173f75a38977a95 (patch) | |
tree | ddf5084c480adef2f0906a306b48e034383f1d1e /graphics | |
parent | b767d4ed23723882fb631c16404bc3e1c028dca1 (diff) | |
download | freebsd-ports-gnome-95bb040f4b68e0a0637f4006a173f75a38977a95.tar.gz freebsd-ports-gnome-95bb040f4b68e0a0637f4006a173f75a38977a95.tar.zst freebsd-ports-gnome-95bb040f4b68e0a0637f4006a173f75a38977a95.zip |
Mark IGNORE on amd64: loops infinitely during build
Approved by: portmgr (self)
Reviewed by: maintainer
Diffstat (limited to 'graphics')
-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' \ |