pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xephem



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 23 10:12:17 UTC 2026

Modified Files:
        pkgsrc/x11/xephem: Makefile

Log Message:
xephem: Fix linking on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/xephem/Makefile

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

Modified files:

Index: pkgsrc/x11/xephem/Makefile
diff -u pkgsrc/x11/xephem/Makefile:1.78 pkgsrc/x11/xephem/Makefile:1.79
--- pkgsrc/x11/xephem/Makefile:1.78     Mon Feb  2 23:47:53 2026
+++ pkgsrc/x11/xephem/Makefile  Mon Mar 23 10:12:16 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2026/02/02 23:47:53 gdt Exp $
+# $NetBSD: Makefile,v 1.79 2026/03/23 10:12:16 nia Exp $
 
 VERSION=       4.2.0
 DISTNAME=      XEphem-${VERSION}
@@ -37,7 +37,7 @@ USE_TOOLS+=           gmake pax perl:run
 X11_LDFLAGS+=          ${LIBS}
 MAKE_ENV+=             X11_LDFLAGS=${X11_LDFLAGS:Q}
 
-LIBS.SunOS+=           -lnsl -lsocket
+LDFLAGS.SunOS+=                -lnsl -lsocket
 
 # \todo Evaluate and perhaps modernize this section.
 REPLACE_PERL+=         auxil/*.pl



Home | Main Index | Thread Index | Old Index