diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:21:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:21:19 +0800 |
commit | 25aa494b76535a7712e36952181d4ee177591bc2 (patch) | |
tree | a168398d3f3b2e43201c77147096215d9e324b10 /devel/libgit2 | |
parent | 730abe16b83dcd86d0f45f29810648384051280f (diff) | |
download | freebsd-ports-gnome-25aa494b76535a7712e36952181d4ee177591bc2.tar.gz freebsd-ports-gnome-25aa494b76535a7712e36952181d4ee177591bc2.tar.zst freebsd-ports-gnome-25aa494b76535a7712e36952181d4ee177591bc2.zip |
Mark as broken on sparc64: thread-local storage not supported.
Diffstat (limited to 'devel/libgit2')
-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> |