aboutsummaryrefslogtreecommitdiff
path: root/sysutils/superiotool
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-10-26 07:18:32 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-10-26 07:18:32 +0000
commit98ec9a1b75899f665b2e3a80daa1e72caedaa4ab (patch)
tree1b646e970791835f59523a80b89c1821a96a3074 /sysutils/superiotool
parent731fd8654999455399ef4b1dfb8210430e09ad8e (diff)
downloadports-98ec9a1b75899f665b2e3a80daa1e72caedaa4ab.tar.gz
ports-98ec9a1b75899f665b2e3a80daa1e72caedaa4ab.zip
Notes
Diffstat (limited to 'sysutils/superiotool')
-rw-r--r--sysutils/superiotool/Makefile8
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>