summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-03-04 16:58:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-03-04 16:58:30 +0000
commit6bed1b42e2eb2e73b6e42fa596d9099c0e816269 (patch)
treee8cac0532452d7d4c59306e1419424912768fbfd
parentFix build with clang 6.0.0 (diff)
Mark BROKEN: fails to build
In file included from cml.multi.c:3: ./cml.h:1:2: error: unterminated conditional directive #ifndef _CML_ ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=463587
-rw-r--r--net/coda6_server/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile
index a4d119d3f51d..e51fde568933 100644
--- a/net/coda6_server/Makefile
+++ b/net/coda6_server/Makefile
@@ -14,6 +14,8 @@ PKGNAMESUFFIX= -${CODA_SUITE}
MAINTAINER= ports@FreeBSD.org
COMMENT= Server programs for a replicated high-performance network file system
+BROKEN= fails to build
+
LIB_DEPENDS= liblwp.so:devel/lwp \
librpc2.so:devel/rpc2 \
librvmlwp.so:devel/rvm