]> git.pld-linux.org Git - packages/faces.git/blob - faces-string.patch
- add -L/usr/X11R6/%{_lib} to allow build on amd64
[packages/faces.git] / faces-string.patch
1 --- faces/main.c.ewt    Mon Mar 22 12:31:00 1999
2 +++ faces/main.c        Mon Mar 22 12:31:02 1999
3 @@ -790,7 +790,7 @@
4          {
5            STRCAT(strcat(t, "/"), community) ;
6            community = "" ;
7 -          s = "." ;
8 +          s = strcpy(alloca(2), ".");
9          }
10        else
11          {   
This page took 0.053997 seconds and 3 git commands to generate.