From 343fcd32a03189fd5ef1dd1a5c7c155574cc5433 Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Sun, 21 Aug 2011 07:54:14 +0000 Subject: - Unmark broken. It builds and links just fine (unless used with a broken devel/binutils port. See numerous PRs for details). --- devel/libdispatch/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'devel/libdispatch') 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 -- cgit v1.2.3