aboutsummaryrefslogtreecommitdiffstats
path: root/devel/loki/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/loki/Makefile')
-rw-r--r--devel/loki/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/loki/Makefile b/devel/loki/Makefile
index b8bca7cd201d..cd56a12f6dfc 100644
--- a/devel/loki/Makefile
+++ b/devel/loki/Makefile
@@ -29,4 +29,10 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: TLS not supported
+.endif
+
+.include <bsd.port.post.mk>