]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-gcc4.patch
- rel 5 for th
[packages/poldek.git] / poldek-gcc4.patch
1 --- poldek-0.18.8/main.c~       2005-03-20 11:01:05.847095848 +0000
2 +++ poldek-0.18.8/main.c        2005-03-20 11:05:28.232207248 +0000
3 @@ -18,6 +18,8 @@
4  # include "config.h"
5  #endif
6  
7 +static const char *argp_program_version = PACKAGE " " VERSION " (" VERSION_STATUS ")";
8 +
9  #include <stdlib.h>
10  #include <string.h>
11  
12 @@ -60,7 +62,6 @@
13  
14  static const char program_bug_address[] = "<mis@pld.org.pl>";
15  
16 -static const char *argp_program_version = PACKAGE " " VERSION " (" VERSION_STATUS ")";
17  const char *argp_program_bug_address = program_bug_address;
18  
19  /* Program documentation. */
This page took 0.020515 seconds and 3 git commands to generate.