diff options
author | stas <stas@FreeBSD.org> | 2011-08-21 15:54:14 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-08-21 15:54:14 +0800 |
commit | ae8e330e17f00811ece3e9ee927d69ea5b5c661d (patch) | |
tree | 15bd8d1b31961299a1675d54bdbe123bdfecb922 /devel/libdispatch/Makefile | |
parent | 3176edfd1441f2014a13fd6eb221aa2adfeabe34 (diff) | |
download | freebsd-ports-gnome-ae8e330e17f00811ece3e9ee927d69ea5b5c661d.tar.gz freebsd-ports-gnome-ae8e330e17f00811ece3e9ee927d69ea5b5c661d.tar.zst freebsd-ports-gnome-ae8e330e17f00811ece3e9ee927d69ea5b5c661d.zip |
- Unmark broken. It builds and links just fine (unless used with a broken
devel/binutils port. See numerous PRs for details).
Diffstat (limited to 'devel/libdispatch/Makefile')
-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 |