summaryrefslogtreecommitdiff
path: root/chat/ircII
diff options
context:
space:
mode:
authorben <ben>2006-01-01 16:17:15 +0000
committerben <ben>2006-01-01 16:17:15 +0000
commitb0955cdb06df80e77855a8c3c63be064299313ad (patch)
tree8010bce5ffc87183e9470a183180ede10fc8a414 /chat/ircII
parentfe8874b77ce3ade9739ca8740e5db5d7df282ad8 (diff)
downloadpkgsrc-b0955cdb06df80e77855a8c3c63be064299313ad.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; \