pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/bystand



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Mar 20 14:40:56 UTC 2020

Modified Files:
        pkgsrc/news/bystand: Makefile

Log Message:
news/bystand: Fix unresolved symbols on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/news/bystand/Makefile

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

Modified files:

Index: pkgsrc/news/bystand/Makefile
diff -u pkgsrc/news/bystand/Makefile:1.1 pkgsrc/news/bystand/Makefile:1.2
--- pkgsrc/news/bystand/Makefile:1.1    Wed Mar 18 13:47:13 2020
+++ pkgsrc/news/bystand/Makefile        Fri Mar 20 14:40:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/18 13:47:13 micha Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/20 14:40:56 micha Exp $
 
 DISTNAME=      bystand-1.0.1
 CATEGORIES=    news
@@ -22,6 +22,8 @@ BYSTAND_MAKEFILE=     Makefile
 BYSTAND_MAKEFILE=      Makefile.BSD
 .endif
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 INSTALLATION_DIRS=     bin share/doc/bystand share/doc/bystand/setup
 
 do-build:



Home | Main Index | Thread Index | Old Index