]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.012.patch0
Move all packages to root.
[ipfire-3.x.git] / vim / patches / vim-7.3.012.patch0
1 To: vim-dev@vim.org
2 Subject: Patch 7.3.012
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.012
11 Problem: Problems building with MingW.
12 Solution: Adjust the MingW makefiles. (Jon)
13 Files: src/Make_ming.mak, src/GvimExt/Make_ming.mak
14
15
16 *** ../vim-7.3.011/src/Make_ming.mak 2010-08-15 21:57:32.000000000 +0200
17 --- src/Make_ming.mak 2010-09-29 12:32:13.000000000 +0200
18 ***************
19 *** 303,309 ****
20 endif
21 endif
22 CC := $(CROSS_COMPILE)gcc
23 ! WINDRES := $(CROSS_COMPILE)windres
24
25 #>>>>> end of choices
26 ###########################################################################
27 --- 303,309 ----
28 endif
29 endif
30 CC := $(CROSS_COMPILE)gcc
31 ! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CC) -E -xc" -
32
33 #>>>>> end of choices
34 ###########################################################################
35 *** ../vim-7.3.011/src/GvimExt/Make_ming.mak 2010-08-15 21:57:29.000000000 +0200
36 --- src/GvimExt/Make_ming.mak 2010-09-29 12:31:07.000000000 +0200
37 ***************
38 *** 33,39 ****
39 endif
40 endif
41 CXX := $(CROSS_COMPILE)g++
42 ! WINDRES := $(CROSS_COMPILE)windres
43 LIBS := -luuid
44 RES := gvimext.res
45 DEFFILE = gvimext_ming.def
46 --- 33,39 ----
47 endif
48 endif
49 CXX := $(CROSS_COMPILE)g++
50 ! WINDRES := $(CROSS_COMPILE)windres --preprocessor="$(CXX) -E -xc" -
51 LIBS := -luuid
52 RES := gvimext.res
53 DEFFILE = gvimext_ming.def
54 *** ../vim-7.3.011/src/version.c 2010-09-21 22:09:28.000000000 +0200
55 --- src/version.c 2010-09-29 12:36:42.000000000 +0200
56 ***************
57 *** 716,717 ****
58 --- 716,719 ----
59 { /* Add new patch number below this line */
60 + /**/
61 + 12,
62 /**/
63
64 --
65 If evolution theories are correct, humans will soon grow a third
66 hand for operating the mouse.
67
68 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
69 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
70 \\\ download, build and distribute -- http://www.A-A-P.org ///
71 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///