diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-22 14:11:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-22 14:11:52 +0800 |
commit | d3221b72fe061035414f8cb975a1481367e0a638 (patch) | |
tree | 1052b1e2c1be7706f47e2bdbb55d9d4c31faa417 /science | |
parent | 338a29ad21e9036fbd7699e54ba4dc25205d0587 (diff) | |
download | freebsd-ports-gnome-d3221b72fe061035414f8cb975a1481367e0a638.tar.gz freebsd-ports-gnome-d3221b72fe061035414f8cb975a1481367e0a638.tar.zst freebsd-ports-gnome-d3221b72fe061035414f8cb975a1481367e0a638.zip |
Mark as broken on sparc64: fails to compile.
Hat: portmgr
Diffstat (limited to 'science')
-rw-r--r-- | science/vis5d+/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index bee6497257f6..b878ae141838 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -39,4 +39,10 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CFLAGS+= -DMIX_ANSI_IOSTREAMS -fPIC -fpermissive -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + +.include <bsd.port.post.mk> |