diff options
-rw-r--r-- | devel/libgit2/Makefile | 8 |
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> |