summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/libtlen/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/libtlen/Makefile b/chat/libtlen/Makefile
index 75e83badd49..958c2c0d80d 100644
--- a/chat/libtlen/Makefile
+++ b/chat/libtlen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:04 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/07/01 04:31:05 grant Exp $
DISTNAME= libtlen-20040912
PKGREVISION= 1
@@ -17,4 +17,7 @@ GNU_CONFIGURE= yes
INSTALLATION_DIRS= lib
+# package uses BSD-style non-blocking IO.
+CPPFLAGS.SunOS+= -DBSD_COMP=1
+
.include "../../mk/bsd.pkg.mk"