pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/bystand news/bystand: Fix unresolved symbols on S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/594917a2d01b
branches:  trunk
changeset: 413453:594917a2d01b
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Mar 20 14:40:56 2020 +0000

description:
news/bystand: Fix unresolved symbols on SunOS

diffstat:

 news/bystand/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3730059ec7e8 -r 594917a2d01b news/bystand/Makefile
--- a/news/bystand/Makefile     Fri Mar 20 12:47:01 2020 +0000
+++ b/news/bystand/Makefile     Fri Mar 20 14:40:56 2020 +0000
@@ -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.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