pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/libtlen define BSD_COMP on Solaris as this packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f28189d190b5
branches:  trunk
changeset: 496511:f28189d190b5
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jul 01 04:31:05 2005 +0000

description:
define BSD_COMP on Solaris as this package expects to use the
BSD-style non-blocking IO interface.

fixes build on Solaris.

diffstat:

 chat/libtlen/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 928f22ce0cfc -r f28189d190b5 chat/libtlen/Makefile
--- a/chat/libtlen/Makefile     Fri Jul 01 04:24:12 2005 +0000
+++ b/chat/libtlen/Makefile     Fri Jul 01 04:31:05 2005 +0000
@@ -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 @@
 
 INSTALLATION_DIRS=     lib
 
+# package uses BSD-style non-blocking IO.
+CPPFLAGS.SunOS+=       -DBSD_COMP=1
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index