summaryrefslogtreecommitdiff
path: root/chat/libtlen/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-01 04:31:05 +0000
committergrant <grant@pkgsrc.org>2005-07-01 04:31:05 +0000
commitc84cc1d5d53b41568c64d438aca85227e8128e76 (patch)
tree8e62f1f161778c7c4478ed70141efca420ee3ee9 /chat/libtlen/Makefile
parent9f32a67cedb85539e8ed520045bda21a60daf92c (diff)
downloadpkgsrc-c84cc1d5d53b41568c64d438aca85227e8128e76.tar.gz
define BSD_COMP on Solaris as this package expects to use the
BSD-style non-blocking IO interface. fixes build on Solaris.
Diffstat (limited to 'chat/libtlen/Makefile')
-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"