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: Mon Jul 8 21:14:06 UTC 2024
Modified Files:
pkgsrc/editors/vim-share: Makefile options.mk
Log Message:
PR/58394: allow loading python modules
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/editors/vim-share/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/vim-share/options.mk
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.66 pkgsrc/editors/vim-share/Makefile:1.67
--- pkgsrc/editors/vim-share/Makefile:1.66 Sat May 11 11:14:57 2024
+++ pkgsrc/editors/vim-share/Makefile Mon Jul 8 21:14:06 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2024/05/11 11:14:57 morr Exp $
+# $NetBSD: Makefile,v 1.67 2024/07/08 21:14:06 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/options.mk
diff -u pkgsrc/editors/vim-share/options.mk:1.11 pkgsrc/editors/vim-share/options.mk:1.12
--- pkgsrc/editors/vim-share/options.mk:1.11 Thu Nov 16 09:54:10 2023
+++ pkgsrc/editors/vim-share/options.mk Mon Jul 8 21:14:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2023/11/16 09:54:10 wiz Exp $
+# $NetBSD: options.mk,v 1.12 2024/07/08 21:14:06 morr Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vim
PKG_SUPPORTED_OPTIONS+= ruby python perl lua luajit
@@ -19,6 +19,7 @@ CONFIGURE_ARGS+= --with-python-command=$
. else
CONFIGURE_ARGS+= --enable-python3interp
CONFIGURE_ARGS+= --with-python3-command=${PYTHONBIN}
+LDFLAGS+= -rdynamic
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index