]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.088
- updated to 0.7.3
[packages/vim.git] / 7.0.088
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.088
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.088
11 Problem:    When compiled with Perl the generated prototypes have "extern"
12             unnecessarily added.
13 Solution:   Remove the "-pipe" argument from PERL_CFLAGS.
14 Files:      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 **
68 If you are obsessive-compulsive, please press 1 repeatedly.
69 If you are co-dependent, please ask someone to press 2.
70 If you have multiple personalities, please press 3, 4, 5 and 6.
71 If 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.
73 If you are schizophrenic, listen carefully and a little voice will
74        tell you which number to press next.
75 If you are manic-depressive, it doesn't matter which number you press
76        - no one will answer.
77 If you suffer from panic attacks, push every button you can find.
78 If 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.028125 seconds and 3 git commands to generate.