pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/stellarium



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan 13 16:06:41 UTC 2021

Modified Files:
        pkgsrc/misc/stellarium: Makefile

Log Message:
stellarium: Needs socket libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/misc/stellarium/Makefile

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

Modified files:

Index: pkgsrc/misc/stellarium/Makefile
diff -u pkgsrc/misc/stellarium/Makefile:1.119 pkgsrc/misc/stellarium/Makefile:1.120
--- pkgsrc/misc/stellarium/Makefile:1.119       Sun Jan  3 18:24:00 2021
+++ pkgsrc/misc/stellarium/Makefile     Wed Jan 13 16:06:41 2021
@@ -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 @@ USE_TOOLS+=           msgfmt perl pod2man
 
 CMAKE_ARGS+=   -DENABLE_GPS=OFF
 
+LDFLAGS.SunOS+=        -lnsl -lsocket
+
 PLIST_VARS+=           desktop
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index