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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index ac89757206ce..64ee7672c2d3 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -57,4 +57,10 @@ post-patch: # Do not install useless documentation files @${REINPLACE_CMD} -e 's, install-dtdocDATA,,' ${WRKSRC}/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: invokes i386 assembler +.endif + +.include <bsd.port.post.mk> |