pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-share



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 17 16:01:28 UTC 2026

Modified Files:
        pkgsrc/editors/vim-share: Makefile.common

Log Message:
vim-share: Link with libnsl on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/editors/vim-share/Makefile.common

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

Modified files:

Index: pkgsrc/editors/vim-share/Makefile.common
diff -u pkgsrc/editors/vim-share/Makefile.common:1.170 pkgsrc/editors/vim-share/Makefile.common:1.171
--- pkgsrc/editors/vim-share/Makefile.common:1.170      Fri Aug  8 22:04:28 2025
+++ pkgsrc/editors/vim-share/Makefile.common    Tue Mar 17 16:01:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.170 2025/08/08 22:04:28 morr Exp $
+# $NetBSD: Makefile.common,v 1.171 2026/03/17 16:01:28 nia Exp $
 # used by editors/vim/Makefile
 # used by editors/vim-gtk2/Makefile
 # used by editors/vim-gtk3/Makefile
@@ -53,6 +53,7 @@ BUILDLINK_PASSTHRU_DIRS+=     /Developer/Hea
 # Haiku needs -lgnu for the xattr family of functions.
 # Haikuports also adds -lgnu but doesn't explain why.
 LIBS.Haiku+=           -lgnu
+LIBS.SunOS+=           -lnsl
 
 .if empty(PKGNAME:Mvim-share*)
 ALTERNATIVES_SRC=      ${.CURDIR}/../../editors/vim-share/ALTERNATIVES



Home | Main Index | Thread Index | Old Index