]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.565
- add patches 7.3.619-743
[packages/vim.git] / 7.3.565
CommitLineData
8bb52fd3
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.566
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.566
11Problem: Can't generate proto file for Python 3.
12Solution: Add PYTHON3_CFLAGS to LINT_CFLAGS.
13Files: src/Makefile
14
15
16*** ../vim-7.3.564/src/Makefile 2012-06-13 19:19:36.000000000 +0200
17--- src/Makefile 2012-06-20 18:36:14.000000000 +0200
18***************
19*** 1339,1345 ****
20 # with "-E".
21 OSDEF_CFLAGS = $(PRE_DEFS) $(POST_DEFS)
22
23! LINT_CFLAGS = -DLINT -I. $(PRE_DEFS) $(POST_DEFS) $(RUBY_CFLAGS) $(LUA_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) -Dinline= -D__extension__= -Dalloca=alloca
24
25 LINT_EXTRA = -DUSE_SNIFF -DHANGUL_INPUT -D"__attribute__(x)="
26
27--- 1339,1345 ----
28 # with "-E".
29 OSDEF_CFLAGS = $(PRE_DEFS) $(POST_DEFS)
30
31! LINT_CFLAGS = -DLINT -I. $(PRE_DEFS) $(POST_DEFS) $(RUBY_CFLAGS) $(LUA_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) $(PYTHON3_CFLAGS) -Dinline= -D__extension__= -Dalloca=alloca
32
33 LINT_EXTRA = -DUSE_SNIFF -DHANGUL_INPUT -D"__attribute__(x)="
34
35*** ../vim-7.3.564/src/version.c 2012-06-20 17:56:06.000000000 +0200
36--- src/version.c 2012-06-20 18:39:04.000000000 +0200
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 565,
43 /**/
44
45--
46hundred-and-one symptoms of being an internet addict:
4747. You are so familiar with the WWW that you find the search engines useless.
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ an exciting new programming language -- http://www.Zimbu.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.139283 seconds and 4 git commands to generate.