View | Details | Raw Unified | Return to bug 230675 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 181-186 Link Here
181
	@${REINPLACE_CMD} -e '/$$LUA_LIBS/ s|^|LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}";|' ${WRKSRC}/src/auto/configure
181
	@${REINPLACE_CMD} -e '/$$LUA_LIBS/ s|^|LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}";|' ${WRKSRC}/src/auto/configure
182
	@${REINPLACE_CMD} -e '/LUA_CFLAGS=/s|".*"|"-I${LUA_INCDIR}"|' ${WRKSRC}/src/auto/configure
182
	@${REINPLACE_CMD} -e '/LUA_CFLAGS=/s|".*"|"-I${LUA_INCDIR}"|' ${WRKSRC}/src/auto/configure
183
183
184
post-patch-PYTHON3-on:
185
	@${REINPLACE_CMD} -e 's|\(for ac_prog in\) python3.*|\1 ${PYTHON_VERSION}|' ${WRKSRC}/src/auto/configure
186
184
post-patch-XTERM_SAVE-on:
187
post-patch-XTERM_SAVE-on:
185
	@${REINPLACE_CMD} -e '/FEAT_XTERM_SAVE/ s|.*|#define FEAT_XTERM_SAVE|' ${WRKSRC}/src/feature.h
188
	@${REINPLACE_CMD} -e '/FEAT_XTERM_SAVE/ s|.*|#define FEAT_XTERM_SAVE|' ${WRKSRC}/src/feature.h
186
189
(-)files/patch-src-auto-configure (-9 lines)
Lines 55-66 Link Here
55
 do
55
 do
56
   # Extract the first word of "$ac_prog", so it can be a program name with args.
56
   # Extract the first word of "$ac_prog", so it can be a program name with args.
57
 set dummy $ac_prog; ac_word=$2
57
 set dummy $ac_prog; ac_word=$2
58
@@ -6580,7 +6581,7 @@ fi
59
 
60
 
61
   if test "X$vi_cv_path_python3" = "X"; then
62
-    for ac_prog in python3 python
63
+    for ac_prog in python3.6 python3.5 python3.4
64
 do
65
   # Extract the first word of "$ac_prog", so it can be a program name with args.
66
 set dummy $ac_prog; ac_word=$2

Return to bug 230675