pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/chat/libtlen Pullup ticket 603 - requested by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d481f2d16ef
branches: pkgsrc-2005Q2
changeset: 495889:3d481f2d16ef
user: snj <snj%pkgsrc.org@localhost>
date: Fri Jul 22 02:50:07 2005 +0000
description:
Pullup ticket 603 - requested by grant beattie
portability fix for libtlen
Revision pulled up:
- pkgsrc/chat/libtlen/Makefile 1.6
Module Name: pkgsrc
Committed By: grant
Date: Fri Jul 1 04:31:05 UTC 2005
Modified Files:
pkgsrc/chat/libtlen: Makefile
Log Message:
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 2d4f35e8c8f6 -r 3d481f2d16ef chat/libtlen/Makefile
--- a/chat/libtlen/Makefile Fri Jul 22 02:47:41 2005 +0000
+++ b/chat/libtlen/Makefile Fri Jul 22 02:50:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:04 tv Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2005/07/22 02:50:07 snj 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