summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; \