pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/chmlib chmlib: Add socket libraries on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aced151efb62
branches:  trunk
changeset: 375240:aced151efb62
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Feb 06 13:33:36 2018 +0000

description:
chmlib: Add socket libraries on SunOS.

diffstat:

 devel/chmlib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d507eea66322 -r aced151efb62 devel/chmlib/Makefile
--- a/devel/chmlib/Makefile     Tue Feb 06 12:55:52 2018 +0000
+++ b/devel/chmlib/Makefile     Tue Feb 06 13:33:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2018/01/31 10:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/02/06 13:33:36 jperkin Exp $
 
 DISTNAME=      chmlib-0.40
 PKGREVISION=   1
@@ -19,6 +19,8 @@
 CONFIGURE_ARGS+=       --disable-io64
 CONFIGURE_ARGS+=       --enable-examples
 
+LIBS.SunOS+=   -lnsl -lsocket
+
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"



Home | Main Index | Thread Index | Old Index