From 1694fae7c4090228f85efc1be5092bbaef079bee Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 21 Oct 2010 00:57:53 +0000 Subject: Autoconf will use libintl.so if it is installed on the system and cause Vim to be linked against gettext without recording the gettext dependency. Submitted by: Panagiotis Christias --- editors/vim/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 9c1b90030e16..56bd5237ad2e 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -175,6 +175,9 @@ MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable .if exists(${LOCALBASE}/lib/libiconv.so) USE_ICONV= yes .endif +.if exists(${LOCALBASE}/lib/libintl.so) +USE_GETTEXT= yes +.endif .if defined(WITH_EXUBERANT_CTAGS) CTAGS_CMD= exctags -R . -- cgit v1.2.3