mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Prevent attempting to build with Python support if Python just happens to
be present. Since our Python port is built with threads support, Vim will also need to be built with -pthreads but there is a build problem with -pthreads set.
This commit is contained in:
parent
612a5feeb7
commit
6ab1ef4241
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30919
@ -38,7 +38,7 @@ USE_PERL5= yes
|
||||
DIST_SUBDIR= vim
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP}
|
||||
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" -f
|
||||
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib --disable-pythoninterp" -f
|
||||
ALL_TARGET= #
|
||||
PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//}
|
||||
MAN1= vim.1 vimtutor.1 xxd.1 ectags.1
|
||||
|
Loading…
Reference in New Issue
Block a user