]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.334.patch0
85d5b16d243074a6776724183f75d1d2291fa046
[ipfire-3.x.git] / vim / patches / vim-7.3.334.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.334
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.334
11 Problem: Latest MingW about XSUBPP referencing itself. (Gongqian Li)
12 Solution: Rename the first use to XSUBPPTRY.
13 Files: src/Make_ming.mak
14
15
16 *** ../vim-7.3.333/src/Make_ming.mak 2011-09-30 16:56:00.000000000 +0200
17 --- src/Make_ming.mak 2011-10-09 14:23:06.000000000 +0200
18 ***************
19 *** 108,117 ****
20 # on NT, it's here:
21 PERLLIB=$(PERL)/lib
22 PERLLIBS=$(PERLLIB)/Core
23 ! XSUBPP=$(PERLLIB)/ExtUtils/xsubpp
24 ! XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPP)'")
25 ifeq "$(XSUBPP_EXISTS)" ""
26 ! XSUBPP=perl $(XSUBPP)
27 else
28 XSUBPP=xsubpp
29 endif
30 --- 108,117 ----
31 # on NT, it's here:
32 PERLLIB=$(PERL)/lib
33 PERLLIBS=$(PERLLIB)/Core
34 ! XSUBPPTRY=$(PERLLIB)/ExtUtils/xsubpp
35 ! XSUBPP_EXISTS=$(shell perl -e "print 1 unless -e '$(XSUBPPTRY)'")
36 ifeq "$(XSUBPP_EXISTS)" ""
37 ! XSUBPP=perl $(XSUBPPTRY)
38 else
39 XSUBPP=xsubpp
40 endif
41 *** ../vim-7.3.333/src/version.c 2011-10-04 21:22:40.000000000 +0200
42 --- src/version.c 2011-10-12 14:10:20.000000000 +0200
43 ***************
44 *** 711,712 ****
45 --- 711,714 ----
46 { /* Add new patch number below this line */
47 + /**/
48 + 334,
49 /**/
50
51 --
52 Q: Should I clean my house or work on Vim?
53 A: Whatever contains more bugs.
54
55 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
56 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
57 \\\ an exciting new programming language -- http://www.Zimbu.org ///
58 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///