FreeBSD Bugzilla – Attachment 227629 Details for
Bug 258234
editors/vim: python option not enabling python3interp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Pass python3 configure args
0001-editors-vim-PYTHON_CONFIGURE_ARGS-ingored.patch (text/plain), 874 bytes, created by
Derek Schrock
on 2021-09-02 23:30:25 UTC
(
hide
)
Description:
Pass python3 configure args
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2021-09-02 23:30:25 UTC
Size:
874 bytes
patch
obsolete
>From 249be3ff310c5c9eb1a9ccb0843044943cbea2af Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Thu, 2 Sep 2021 19:15:02 -0400 >Subject: [PATCH] editors/vim: PYTHON_CONFIGURE_ARGS ingored > >OPT_CONFIGURE_ARGS isn't part of the options framework. Use _ENABLE and >_WITH. >--- > editors/vim/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/editors/vim/Makefile b/editors/vim/Makefile >index b811d18014..fb39abac04 100644 >--- a/editors/vim/Makefile >+++ b/editors/vim/Makefile >@@ -147,7 +147,8 @@ PERL_USES= perl5 > > PYTHON_USES= python:3.6+ > PYTHON_USES_OFF= python:env >-PYTHON_CONFIGURE_ARGS= --enable-python3interp --with-python3-command=${PYTHON_CMD} >+PYTHON_CONFIGURE_ENABLE= python3interp >+PYTHON_CONFIGURE_WITH= python3-command=${PYTHON_CMD} > > RUBY_CONFIGURE_ENABLE= rubyinterp > RUBY_USE= RUBY=yes >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258234
: 227629