diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-08-21 07:54:14 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-08-21 07:54:14 +0000 |
commit | 343fcd32a03189fd5ef1dd1a5c7c155574cc5433 (patch) | |
tree | e9224cea5a7497ad343148eeba23c0ab95940b07 /devel/libdispatch | |
parent | 5dc6ffe5464c22596801b55d94123bdda2b4a7ca (diff) | |
download | ports-343fcd32a03189fd5ef1dd1a5c7c155574cc5433.tar.gz ports-343fcd32a03189fd5ef1dd1a5c7c155574cc5433.zip |
- Unmark broken. It builds and links just fine (unless used with a broken
devel/binutils port. See numerous PRs for details).
Notes
Notes:
svn path=/head/; revision=280112
Diffstat (limited to 'devel/libdispatch')
-rw-r--r-- | devel/libdispatch/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile index 2ec070b8489e..c31f1e08b0ab 100644 --- a/devel/libdispatch/Makefile +++ b/devel/libdispatch/Makefile @@ -18,8 +18,6 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_LDCONFIG= yes -BROKEN= bad depobj - OPTIONS= CLANG "Build with LLVM/Clang (required for blocks support)" on MAN3= dispatch.3 dispatch_after.3 dispatch_api.3 dispatch_apply.3 \ @@ -82,10 +80,6 @@ post-configure: IGNORE= is not supported on this OS version .endif -.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" -BROKEN= does not link on 9.X -.endif - .if !defined(WITHOUT_CLANG) BUILD_DEPENDS+= clang:${PORTSDIR}/devel/llvm-devel \ ${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt |