[Lunar-commits] <moonbase> vim: fixed build error
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun May 27 01:36:27 CEST 2012
commit 6f664e79f9189039ee478a231c8b0e25cd6fe29e
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun May 27 01:36:27 2012 +0200
vim: fixed build error
---
editors/vim/BUILD | 1 +
editors/vim/DETAILS | 3 +++
2 files changed, 4 insertions(+)
diff --git a/editors/vim/BUILD b/editors/vim/BUILD
index 29f1c0a..d8755fe 100644
--- a/editors/vim/BUILD
+++ b/editors/vim/BUILD
@@ -1,5 +1,6 @@
(
+ patch_it $SOURCE2 1 &&
cd src &&
default_config &&
make &&
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 98cb8ac..7755247 100644
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -2,6 +2,7 @@
MAJOR=73
VERSION=7.3
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=is_perl.xs.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/vim${MAJOR}
SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix
SOURCE_URL[1]=ftp://ftp.us.vim.org/pub/vim/unix
@@ -16,7 +17,9 @@
SOURCE_URL[10]=ftp://ftp.es.vim.org/pub/vim/unix
SOURCE_URL[11]=ftp://ftp.pl.vim.org/pub/vim/unix
SOURCE_URL[12]=ftp://ftp2.pl.vim.org/pub/vim/unix
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:46faa96c5fab639899b1c655c23d8755b62f036f
+ SOURCE2_VFY=sha1:ce06f4386a6e1d1642f17a8e0e67a7c8ab8b72aa
WEB_SITE=http://vim.sf.net
MAINTAINER=sofar at lunar-linux.org
ENTERED=20010922
More information about the Lunar-commits
mailing list