From e7898d53801d229b3e35f77e50c249295be2cca9 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 12 Feb 2014 02:59:57 +0000 Subject: - Fix lua support PR: 185650 184588 Submitted by: Kenji Rikitake Approved by: maintainer timeout --- editors/vim/Makefile | 2 +- editors/vim/files/patch-configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 93300f94a7b4..b2b49f2615ce 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -12,7 +12,7 @@ PORTNAME= vim # ! PATCHLEVEL to that level. PATCHLEVEL= 169 PORTVERSION= 7.4.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= VIM DISTNAME= ${PORTNAME}-${PORTVERSION:R} diff --git a/editors/vim/files/patch-configure b/editors/vim/files/patch-configure index af86862677af..67f951f5d0e8 100644 --- a/editors/vim/files/patch-configure +++ b/editors/vim/files/patch-configure @@ -42,7 +42,7 @@ LUA_LIBS="" - LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"${vi_cv_dll_name_lua}\\\" $LUA_CFLAGS" + vi_cv_version_lua=${LUA_VER} -+ LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"liblua-${vi_cv_version_lua}\\\" $LUA_CFLAGS" ++ LUA_CFLAGS="-DDYNAMIC_LUA_DLL=\\\"liblua-${vi_cv_version_lua}.so\\\" $LUA_CFLAGS" fi if test "X$LUA_CFLAGS$LUA_LIBS" != "X" && \ test "x$MACOSX" = "xyes" && test "x$vi_cv_with_luajit" != "xno" && \ -- cgit