diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 06:11:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-22 06:11:52 +0000 |
commit | 42d97f9b8db64880e9a12197dbe980f984fe2713 (patch) | |
tree | 8534c2cc3f3e032a0eae646c2a13a5587c2bacfe /science/vis5d+/Makefile | |
parent | 124ce540381a348746af6eab0ebe60d85b2978b1 (diff) |
Notes
Diffstat (limited to 'science/vis5d+/Makefile')
-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> |