diff options
author | grant <grant> | 2005-07-01 04:31:05 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-01 04:31:05 +0000 |
commit | 47641dd7fce3dd6d0d1c953b3dcb1e4ce3dc8a44 (patch) | |
tree | 8e62f1f161778c7c4478ed70141efca420ee3ee9 /chat/libtlen | |
parent | 686d14d7321235dfe19d17de4c3e8c9af7f84689 (diff) | |
download | pkgsrc-47641dd7fce3dd6d0d1c953b3dcb1e4ce3dc8a44.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')
-rw-r--r-- | chat/libtlen/Makefile | 5 |
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" |