pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/fstrm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Aug  2 14:04:31 UTC 2019

Modified Files:
        pkgsrc/net/fstrm: Makefile

Log Message:
fstrm: SunOS needs libnsl.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/fstrm/Makefile

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

Modified files:

Index: pkgsrc/net/fstrm/Makefile
diff -u pkgsrc/net/fstrm/Makefile:1.3 pkgsrc/net/fstrm/Makefile:1.4
--- pkgsrc/net/fstrm/Makefile:1.3       Tue Mar 12 08:53:23 2019
+++ pkgsrc/net/fstrm/Makefile   Fri Aug  2 14:04:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/03/12 08:53:23 he Exp $
+# $NetBSD: Makefile,v 1.4 2019/08/02 14:04:31 jperkin Exp $
 
 DISTNAME=      fstrm-0.5.0
 CATEGORIES=    net
@@ -21,6 +21,8 @@ USE_LANGUAGES+=       c
 
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=2.0
 
+LDFLAGS.SunOS+=        -lnsl
+
 pre-configure:
        cd ${WRKSRC} && sh ./autogen.sh
 



Home | Main Index | Thread Index | Old Index