diff options
author | linimon <linimon@FreeBSD.org> | 2008-11-30 04:46:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-11-30 04:46:11 +0800 |
commit | 57260878f8753c46b1e585a855b516b4cbb9ff22 (patch) | |
tree | a870ab09e3bef7992f65e54f421156547b059233 /devel/ptmalloc | |
parent | 84fd55f578473d42abe8f396d2544b1270e9010f (diff) | |
download | freebsd-ports-graphics-57260878f8753c46b1e585a855b516b4cbb9ff22.tar.gz freebsd-ports-graphics-57260878f8753c46b1e585a855b516b4cbb9ff22.tar.zst freebsd-ports-graphics-57260878f8753c46b1e585a855b516b4cbb9ff22.zip |
Mark as not for sparc64: hangs while building.
Diffstat (limited to 'devel/ptmalloc')
-rw-r--r-- | devel/ptmalloc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ptmalloc/Makefile b/devel/ptmalloc/Makefile index 1ab89dd03de..a764980f5c9 100644 --- a/devel/ptmalloc/Makefile +++ b/devel/ptmalloc/Makefile @@ -37,4 +37,10 @@ do-install: all regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +IGNORE= does not build: hangs while building on sparc64 +.endif + +.include <bsd.port.post.mk> |