summaryrefslogtreecommitdiff
path: root/chat/ircII
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2006-01-01 16:17:15 +0000
committerben <ben@pkgsrc.org>2006-01-01 16:17:15 +0000
commite5403873c303f52c526dc6a7746e68fe8b5cad86 (patch)
tree8010bce5ffc87183e9470a183180ede10fc8a414 /chat/ircII
parent175ee1696061788c9ad06a7b53bd0a8895895de3 (diff)
downloadpkgsrc-e5403873c303f52c526dc6a7746e68fe8b5cad86.tar.gz
The ircII non-blocking code does not work correctly on Interix, disable it.
Diffstat (limited to 'chat/ircII')
-rw-r--r--chat/ircII/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index fb897c218cb..563b67a4550 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/12/05 23:55:03 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2006/01/01 16:17:15 ben Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@@ -42,6 +42,10 @@ CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV}
LDFLAGS.SunOS+= -lsocket -lnsl
+.if ${OPSYS} == "Interix"
+CONFIGURE_ARGS+= --with-non-blocking=none
+.endif
+
pre-install:
@(if [ "X${MANZ}" != X"" ]; then \
GZSUFFIX=.gz; \