]> git.pld-linux.org Git - packages/zgv.git/blob - zgv-gcc33.patch
- fixed forcing bcond on ifnarch
[packages/zgv.git] / zgv-gcc33.patch
1 --- zgv-5.7/src/bdf2h.c.orig    2000-06-01 16:44:48.000000000 +0200
2 +++ zgv-5.7/src/bdf2h.c 2003-08-02 20:54:36.000000000 +0200
3 @@ -46,12 +46,12 @@
4  printf("#ifndef DEFINED_STRUCT_FONTINFO_TAG\n");
5  printf("#define DEFINED_STRUCT_FONTINFO_TAG 1\n");
6  printf("\
7 -struct fontinfo_tag
8 -  {
9 -  signed char *data;
10 -  int table[96];
11 -  int yofs,fh,oy;
12 -  };
13 +struct fontinfo_tag\n\
14 +  {\n\
15 +  signed char *data;\n\
16 +  int table[96];\n\
17 +  int yofs,fh,oy;\n\
18 +  };\n\
19  ");
20  printf("#endif\n\n");
21  
This page took 0.141157 seconds and 3 git commands to generate.