pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/stellarium stellarium: Needs socket libraries.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e77b72af2f5b
branches:  trunk
changeset: 444857:e77b72af2f5b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jan 13 16:06:41 2021 +0000

description:
stellarium: Needs socket libraries.

diffstat:

 misc/stellarium/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 01375c4fe285 -r e77b72af2f5b misc/stellarium/Makefile
--- a/misc/stellarium/Makefile  Wed Jan 13 15:11:22 2021 +0000
+++ b/misc/stellarium/Makefile  Wed Jan 13 16:06:41 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2021/01/03 18:24:00 adam Exp $
+# $NetBSD: Makefile,v 1.120 2021/01/13 16:06:41 jperkin Exp $
 
 DISTNAME=      stellarium-0.20.4
 CATEGORIES=    misc
@@ -16,6 +16,8 @@
 
 CMAKE_ARGS+=   -DENABLE_GPS=OFF
 
+LDFLAGS.SunOS+=        -lnsl -lsocket
+
 PLIST_VARS+=           desktop
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index