aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-07-16 05:21:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-07-16 05:21:19 +0000
commitee1f35d72b3d7c15c946a90d6c5d18037c50bfa6 (patch)
tree597c06572de2ff8820c27c0aa78e2266f3b9c697 /devel
parentb750c41295168a4e367a72b23a71da40e0a61d2b (diff)
downloadports-ee1f35d72b3d7c15c946a90d6c5d18037c50bfa6.tar.gz
ports-ee1f35d72b3d7c15c946a90d6c5d18037c50bfa6.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libgit2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile
index be0e1a32ba77..f1f569d1ba0c 100644
--- a/devel/libgit2/Makefile
+++ b/devel/libgit2/Makefile
@@ -21,4 +21,10 @@ CMAKE_USE_PTHREAD= yes
MAKE_JOBS_SAFE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64: thread-local storage not supported
+.endif
+
+.include <bsd.port.post.mk>