summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2014-05-03 07:30:19 +0000
committerrichard <richard@pkgsrc.org>2014-05-03 07:30:19 +0000
commitf9bdc100c70a074480607e6819c393ff46246297 (patch)
treeb780f95b4dce78604347862afacebaeb6fabbcf3 /editors/vim-share/Makefile
parente92e3c33f529bba4044dfe81be64b578dad97ba1 (diff)
downloadpkgsrc-f9bdc100c70a074480607e6819c393ff46246297.tar.gz
'list_remove', being defined as well on SunOS under <sys/list.h>, causes
a 'conflicting types' error when building with perl, python and/or ruby. Affects the following files: eval.c, if_lua.c and if_py_both.c
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r--editors/vim-share/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index d79bc0200aa..6653f54812e 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2014/02/20 10:15:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.33 2014/05/03 07:30:19 richard Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-
+PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
.include "Makefile.common"