tags 535775 fixed-upstream thanks Inlined below is the upstream solution to this bug:
Index: trunk/e/src/bin/e_alert_main.c =================================================================== --- trunk/e/src/bin/e_alert_main.c (revision 65994) +++ trunk/e/src/bin/e_alert_main.c (revision 71351) @@ -12,4 +12,8 @@ #include <xcb/xcb.h> #include <xcb/shape.h> + +#ifndef PATH_MAX +#define PATH_MAX 4096 +#endif #define WINDOW_WIDTH 320 >On Wed, 2012-05-23 at 10:48 +0200, Svante Signell wrote: > Hi, > > With the forcemerge of bugs #535755 and #673988 the file needing a > patch got lost. bug #535755 refers to the file > src/modules/temperature/tempget.c and the new patch is for > src/bin/e_alert_main.c. > > Patch inlined below: > --- e17-0.16.999.70492.orig/src/bin/e_alert_main.c 2012-03-25 > 08:07:27.000000000 +0200 > +++ e17-0.16.999.70492/src/bin/e_alert_main.c 2012-05-22 > 12:41:58.000000000 +0200 > @@ -11,6 +11,7 @@ > #include <Ecore_Ipc.h> > #include <xcb/xcb.h> > #include <xcb/shape.h> > +#include "e.h" > > #define WINDOW_WIDTH 320 > #define WINDOW_HEIGHT 240 > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org