diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:23:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:23:25 +0800 |
commit | b949ed54717378a210738137bf6ce983ef61c73f (patch) | |
tree | c4dd4464165ea39d60145e7e43a64c72566008bf /cad/brlcad | |
parent | 7fca12577edd112a1e790d191f89995070a8e708 (diff) | |
download | freebsd-ports-gnome-b949ed54717378a210738137bf6ce983ef61c73f.tar.gz freebsd-ports-gnome-b949ed54717378a210738137bf6ce983ef61c73f.tar.zst freebsd-ports-gnome-b949ed54717378a210738137bf6ce983ef61c73f.zip |
Mark as broken on sparc64: invokes i386 asm.
Diffstat (limited to 'cad/brlcad')
-rw-r--r-- | cad/brlcad/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index e610f00fe675..61d82fee7658 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -165,6 +165,10 @@ EXTRA_LIBS= ${PTHREAD_LIBS} CONFIGURE_ARGS+= --disable-debug --enable-optimized .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: invokes i386 assembler +.endif + post-patch: ${REINPLACE_CMD} "s+-exact Tcl 8\.5\.1+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl |