]> git.pld-linux.org Git - packages/expect.git/blob - expect-build.patch
c5e345401ddfe8cfdb982fde43ae3aa7a24ccb3f
[packages/expect.git] / expect-build.patch
1 fix compilation error:
2
3 /usr/include/tclUnixPort.h:112:33: error:
4 ../compat/unistd.h: No such file or directory
5
6 --- expect-5.42/Dbg.c.orig      2002-03-23 05:11:54.000000000 +0100
7 +++ expect-5.42/Dbg.c   2005-06-06 22:27:01.000000000 +0200
8 @@ -22,6 +22,7 @@
9  #endif
10  
11  
12 +#include "expect_cf.h"
13  #include "tclInt.h"
14  /*#include <varargs.h>         tclInt.h drags in varargs.h.  Since Pyramid */
15  /*                             objects to including varargs.h twice, just */
This page took 0.073059 seconds and 2 git commands to generate.