aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-12 02:59:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-12 02:59:57 +0000
commit46bfe3ce9d3268a12cf9a0f96fab37efb639715c (patch)
tree48972dbc77737a2682b87c44ab6656f58f004db7 /editors
parentfce9f3b5cd544e87f2d15ccaa38c99323184499a (diff)
downloadports-46bfe3ce9d3268a12cf9a0f96fab37efb639715c.tar.gz
ports-46bfe3ce9d3268a12cf9a0f96fab37efb639715c.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/vim/files/patch-configure2
2 files changed, 2 insertions, 2 deletions
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" && \