diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:23:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:23:25 +0000 |
commit | ca32093a9104dd0cf992e618bf8a7c13c4fe198c (patch) | |
tree | a834b8935e10f0d65b71c49e37721638243d2dd7 /graphics/darktable | |
parent | 23ece2ff22e16cb11cb1331b41c21e2fd004ccf6 (diff) | |
download | ports-ca32093a9104dd0cf992e618bf8a7c13c4fe198c.tar.gz ports-ca32093a9104dd0cf992e618bf8a7c13c4fe198c.zip |
Notes
Diffstat (limited to 'graphics/darktable')
-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> |