summaryrefslogtreecommitdiff
path: root/net/kmess
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:41:56 +0000
commit787cd838778261d69e4b1dd287b2ed727dc9b3a3 (patch)
treeeb7726941b153d7eda01f052446d231f7b1fc11f /net/kmess
parentFix build on 5.1 (remove port's conflicting definition of float_t) (diff)
BROKEN on 5.1: bad C++
Notes
Notes: svn path=/head/; revision=81217
Diffstat (limited to 'net/kmess')
-rw-r--r--net/kmess/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/kmess/Makefile b/net/kmess/Makefile
index b90465160f3b..7a6b272e5ba4 100644
--- a/net/kmess/Makefile
+++ b/net/kmess/Makefile
@@ -20,6 +20,11 @@ USE_REINPLACE= yes
USE_GMAKE= yes
.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
pre-patch:
${REINPLACE_CMD} -e '23s/^.*$$/#include <unistd.h>/' \
${WRKSRC}/kmess/kmessview.cpp