]> git.pld-linux.org Git - packages/expect.git/blame - expect-build.patch
- compilation fix.
[packages/expect.git] / expect-build.patch
CommitLineData
007b248e
PS
1fix 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.078324 seconds and 4 git commands to generate.