diff options
Diffstat (limited to 'sysutils/superiotool')
-rw-r--r-- | sysutils/superiotool/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/superiotool/Makefile b/sysutils/superiotool/Makefile index 35021f217b86..c30b3741fe09 100644 --- a/sysutils/superiotool/Makefile +++ b/sysutils/superiotool/Makefile @@ -39,4 +39,10 @@ post-patch: @${REINPLACE_CMD} -e 's#/share/man/#/man/#g' -e 's#-ansi##g' \ ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: attempts to use i386 asm +.endif + +.include <bsd.port.post.mk> |