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:   morr
Date:           Fri Aug  8 22:04:28 UTC 2025

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

Log Message:
Fix build on Haiku


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/editors/vim-share/Makefile
cvs rdiff -u -r1.169 -r1.170 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
diff -u pkgsrc/editors/vim-share/Makefile:1.72 pkgsrc/editors/vim-share/Makefile:1.73
--- pkgsrc/editors/vim-share/Makefile:1.72      Sun Jul 20 10:06:36 2025
+++ pkgsrc/editors/vim-share/Makefile   Fri Aug  8 22:04:28 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2025/07/20 10:06:36 morr Exp $
+# $NetBSD: Makefile,v 1.73 2025/08/08 22:04:28 morr Exp $
 
 PKGNAME=               vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
+PKGREVISION=           1
 COMMENT=               Data files for the vim editor (vi clone)
 
 .include               "Makefile.common"

Index: pkgsrc/editors/vim-share/Makefile.common
diff -u pkgsrc/editors/vim-share/Makefile.common:1.169 pkgsrc/editors/vim-share/Makefile.common:1.170
--- pkgsrc/editors/vim-share/Makefile.common:1.169      Tue Mar  4 09:37:36 2025
+++ pkgsrc/editors/vim-share/Makefile.common    Fri Aug  8 22:04:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.169 2025/03/04 09:37:36 nia Exp $
+# $NetBSD: Makefile.common,v 1.170 2025/08/08 22:04:28 morr Exp $
 # used by editors/vim/Makefile
 # used by editors/vim-gtk2/Makefile
 # used by editors/vim-gtk3/Makefile
@@ -50,6 +50,10 @@ DISTINFO_FILE?=              ${.CURDIR}/../../editor
 BUILDLINK_PASSTHRU_DIRS+=      /Developer/Headers/FlatCarbon
 .endif
 
+# Haiku needs -lgnu for the xattr family of functions.
+# Haikuports also adds -lgnu but doesn't explain why.
+LIBS.Haiku+=           -lgnu
+
 .if empty(PKGNAME:Mvim-share*)
 ALTERNATIVES_SRC=      ${.CURDIR}/../../editors/vim-share/ALTERNATIVES
 .else



Home | Main Index | Thread Index | Old Index