pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/chmlib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Feb  6 13:33:36 UTC 2018

Modified Files:
        pkgsrc/devel/chmlib: Makefile

Log Message:
chmlib: Add socket libraries on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/chmlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/chmlib/Makefile
diff -u pkgsrc/devel/chmlib/Makefile:1.23 pkgsrc/devel/chmlib/Makefile:1.24
--- pkgsrc/devel/chmlib/Makefile:1.23   Wed Jan 31 10:31:34 2018
+++ pkgsrc/devel/chmlib/Makefile        Tue Feb  6 13:33:36 2018
@@ -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 @@ USE_LIBTOOL=  yes
 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