pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ircII The ircII non-blocking code does not work c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e936f67e9bbb
branches:  trunk
changeset: 505230:e936f67e9bbb
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Jan 01 16:17:15 2006 +0000

description:
The ircII non-blocking code does not work correctly on Interix, disable it.

diffstat:

 chat/ircII/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r acc647b1b578 -r e936f67e9bbb chat/ircII/Makefile
--- a/chat/ircII/Makefile       Sun Jan 01 16:12:55 2006 +0000
+++ b/chat/ircII/Makefile       Sun Jan 01 16:17:15 2006 +0000
@@ -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 @@
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
+.if ${OPSYS} == "Interix"
+CONFIGURE_ARGS+=       --with-non-blocking=none
+.endif
+
 pre-install:
        @(if [ "X${MANZ}" != X"" ]; then \
                GZSUFFIX=.gz; \



Home | Main Index | Thread Index | Old Index