diff options
author | pav <pav@FreeBSD.org> | 2011-07-03 06:25:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-03 06:25:42 +0800 |
commit | 063eb69b186375b9386b4d2e0d5ef74a15f4b7d8 (patch) | |
tree | 585e529393740a16a748db30838cfd0d0b9b77bf /net | |
parent | d09da73be16110be493b52bc4981b9881eabcc10 (diff) | |
download | freebsd-ports-gnome-063eb69b186375b9386b4d2e0d5ef74a15f4b7d8.tar.gz freebsd-ports-gnome-063eb69b186375b9386b4d2e0d5ef74a15f4b7d8.tar.zst freebsd-ports-gnome-063eb69b186375b9386b4d2e0d5ef74a15f4b7d8.zip |
- Mark BROKEN: does not compile
testhttpcli.cpp:42: error: 'sigset' was not declared in this scope
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r-- | net/spnetkit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/spnetkit/Makefile b/net/spnetkit/Makefile index 293eee14b3f9..8687a45bdac0 100644 --- a/net/spnetkit/Makefile +++ b/net/spnetkit/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= vanilla@FreeBSD.org COMMENT= A C++ wrapper for BSD-style sockets +BROKEN= does not build + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/spnetkit USE_LDCONFIG= yes USE_GMAKE= yes |