]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.227
- fix for current libselinux
[packages/vim.git] / 6.2.227
CommitLineData
05649561
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.227 (extra)
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.227 (extra)
11Problem: The "PC" symbol is defined but not used anywhere.
12Solution: Remove "-DPC" from the makefiles.
13Files: src/Make_bc3.mak, src/Make_bc5.mak, src/Make_cyg.mak,
14 src/Make_ming.mak
15
16
17*** ../vim-6.2.226/src/Make_bc3.mak Wed May 14 19:31:56 2003
18--- src/Make_bc3.mak Tue Feb 3 10:46:21 2004
19***************
20*** 164,170 ****
21 -Iproto
22 -I$(INCLUDEPATH)
23 -L$(LIBPATH)
24! -DPC;MSDOS$(SPAWND)
25 | vim.cfg
26
27 test:
28--- 164,170 ----
29 -Iproto
30 -I$(INCLUDEPATH)
31 -L$(LIBPATH)
32! -DMSDOS$(SPAWND)
33 | vim.cfg
34
35 test:
36*** ../vim-6.2.226/src/Make_bc5.mak Tue Jan 6 16:33:35 2004
37--- src/Make_bc5.mak Tue Feb 3 10:47:26 2004
38***************
39*** 284,290 ****
40 # shouldn't have to change:
41 LIB = $(BOR)\lib
42 INCLUDE = $(BOR)\include;.;proto
43! DEFINES = -DFEAT_$(FEATURES) -DWIN32 -DPC -DHAVE_PATHDEF \
44 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
45
46 !ifdef PERL
47--- 284,290 ----
48 # shouldn't have to change:
49 LIB = $(BOR)\lib
50 INCLUDE = $(BOR)\include;.;proto
51! DEFINES = -DFEAT_$(FEATURES) -DWIN32 -DHAVE_PATHDEF \
52 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
53
54 !ifdef PERL
55*** ../vim-6.2.226/src/Make_cyg.mak Tue Feb 3 16:14:03 2004
56--- src/Make_cyg.mak Tue Feb 3 10:47:32 2004
57***************
58*** 91,97 ****
59 ### See feature.h for a list of optionals.
60 ### Any other defines can be included here.
61
62! DEFINES = -DWIN32 -DPC -DHAVE_PATHDEF -DFEAT_$(FEATURES) \
63 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
64 INCLUDES = -mcpu=$(CPUNR) -march=$(ARCH) -Iproto
65
66--- 91,97 ----
67 ### See feature.h for a list of optionals.
68 ### Any other defines can be included here.
69
70! DEFINES = -DWIN32 -DHAVE_PATHDEF -DFEAT_$(FEATURES) \
71 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
72 INCLUDES = -mcpu=$(CPUNR) -march=$(ARCH) -Iproto
73
74*** ../vim-6.2.226/src/Make_ming.mak Tue Feb 3 16:14:03 2004
75--- src/Make_ming.mak Tue Feb 3 10:47:43 2004
76***************
77*** 204,210 ****
78 # See feature.h for a list of options.
79 # Any other defines can be included here.
80 DEF_GUI=-DFEAT_GUI_W32 -DFEAT_CLIPBOARD
81! DEFINES=-DWIN32 -DPC -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) \
82 -DHAVE_PATHDEF -DFEAT_$(FEATURES)
83 ifeq ($(CROSS),yes)
84 # cross-compiler:
85--- 204,210 ----
86 # See feature.h for a list of options.
87 # Any other defines can be included here.
88 DEF_GUI=-DFEAT_GUI_W32 -DFEAT_CLIPBOARD
89! DEFINES=-DWIN32 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) \
90 -DHAVE_PATHDEF -DFEAT_$(FEATURES)
91 ifeq ($(CROSS),yes)
92 # cross-compiler:
93*** ../vim-6.2.226/src/version.c Tue Feb 3 16:14:03 2004
94--- src/version.c Tue Feb 3 16:18:55 2004
95***************
96*** 639,640 ****
97--- 639,642 ----
98 { /* Add new patch number below this line */
99+ /**/
100+ 227,
101 /**/
102
103--
104This planet has -- or rather had -- a problem, which was this: most
105of the people living on it were unhappy for pretty much of the time.
106Many solutions were suggested for this problem, but most of these
107were largely concerned with the movements of small green pieces of
108paper, which is odd because on the whole it wasn't the small green
109pieces of paper that were unhappy.
110 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
111
112 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
113/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
114\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
115 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.114136 seconds and 4 git commands to generate.