]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-gcc4.patch
- s/rpmcmd/pmcmd/ for compatibility with 0.19
[packages/poldek.git] / poldek-gcc4.patch
CommitLineData
ea6054f2
MM
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.063951 seconds and 4 git commands to generate.