]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.088
- updated to 0.7.3
[packages/vim.git] / 7.0.088
CommitLineData
f3c378e8
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.088
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 7.0.088
11Problem: When compiled with Perl the generated prototypes have "extern"
12 unnecessarily added.
13Solution: Remove the "-pipe" argument from PERL_CFLAGS.
14Files: src/auto/configure, src/configure.in
15
16
17*** ../vim-7.0.087/src/auto/configure Thu May 4 23:52:03 2006
18--- src/auto/configure Tue Sep 5 17:09:55 2006
19***************
20*** 4014,4020 ****
21 LDFLAGS=$ldflags_save
22 if test $perl_ok = yes; then
23 if test "X$perlcppflags" != "X"; then
24! PERL_CFLAGS="$perlcppflags"
25 fi
26 if test "X$perlldflags" != "X"; then
27 LDFLAGS="$perlldflags $LDFLAGS"
28--- 4014,4020 ----
29 LDFLAGS=$ldflags_save
30 if test $perl_ok = yes; then
31 if test "X$perlcppflags" != "X"; then
32! PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
33 fi
34 if test "X$perlldflags" != "X"; then
35 LDFLAGS="$perlldflags $LDFLAGS"
36*** ../vim-7.0.087/src/configure.in Thu May 4 23:52:32 2006
37--- src/configure.in Tue Sep 5 17:09:50 2006
38***************
39*** 508,514 ****
40 LDFLAGS=$ldflags_save
41 if test $perl_ok = yes; then
42 if test "X$perlcppflags" != "X"; then
43! PERL_CFLAGS="$perlcppflags"
44 fi
45 if test "X$perlldflags" != "X"; then
46 LDFLAGS="$perlldflags $LDFLAGS"
47--- 508,515 ----
48 LDFLAGS=$ldflags_save
49 if test $perl_ok = yes; then
50 if test "X$perlcppflags" != "X"; then
51! dnl remove -pipe, it confuses cproto
52! PERL_CFLAGS=`echo "$perlcppflags" | sed 's/-pipe //'`
53 fi
54 if test "X$perlldflags" != "X"; then
55 LDFLAGS="$perlldflags $LDFLAGS"
56*** ../vim-7.0.087/src/version.c Tue Sep 5 16:29:38 2006
57--- src/version.c Tue Sep 5 17:27:33 2006
58***************
59*** 668,669 ****
60--- 668,671 ----
61 { /* Add new patch number below this line */
62+ /**/
63+ 88,
64 /**/
65
66--
67 ** Hello and Welcome to the Psychiatric Hotline **
68If you are obsessive-compulsive, please press 1 repeatedly.
69If you are co-dependent, please ask someone to press 2.
70If you have multiple personalities, please press 3, 4, 5 and 6.
71If you are paranoid-delusional, we know who you are and what you want
72 - just stay on the line so we can trace the call.
73If you are schizophrenic, listen carefully and a little voice will
74 tell you which number to press next.
75If you are manic-depressive, it doesn't matter which number you press
76 - no one will answer.
77If you suffer from panic attacks, push every button you can find.
78If you are sane, please hold on - we have the rest of humanity on the
79 other line and they desparately want to ask you a few questions.
80
81 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
82/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
83\\\ download, build and distribute -- http://www.A-A-P.org ///
84 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.037668 seconds and 4 git commands to generate.