diff options
author | ben <ben> | 2006-01-01 16:17:15 +0000 |
---|---|---|
committer | ben <ben> | 2006-01-01 16:17:15 +0000 |
commit | b0955cdb06df80e77855a8c3c63be064299313ad (patch) | |
tree | 8010bce5ffc87183e9470a183180ede10fc8a414 /chat/ircII | |
parent | fe8874b77ce3ade9739ca8740e5db5d7df282ad8 (diff) | |
download | pkgsrc-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/Makefile | 6 |
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; \ |