]> git.pld-linux.org Git - packages/expect.git/commitdiff
- compilation fix. auto/ac/expect-5_42_1-1 auto/th/expect-5_42_1-1
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 6 Jun 2005 20:32:55 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    expect-build.patch -> 1.1
    expect.spec -> 1.62

expect-build.patch [new file with mode: 0644]
expect.spec

diff --git a/expect-build.patch b/expect-build.patch
new file mode 100644 (file)
index 0000000..c5e3454
--- /dev/null
@@ -0,0 +1,15 @@
+fix compilation error:
+
+/usr/include/tclUnixPort.h:112:33: error:
+../compat/unistd.h: No such file or directory
+
+--- expect-5.42/Dbg.c.orig     2002-03-23 05:11:54.000000000 +0100
++++ expect-5.42/Dbg.c  2005-06-06 22:27:01.000000000 +0200
+@@ -22,6 +22,7 @@
+ #endif
++#include "expect_cf.h"
+ #include "tclInt.h"
+ /*#include <varargs.h>                tclInt.h drags in varargs.h.  Since Pyramid */
+ /*                            objects to including varargs.h twice, just */
index c0cc1fd02a28d3139556f95db62d5972afe39fc0..0fa38e2cb18e38d72e97ca0b38bab5700e0dfa16 100644 (file)
@@ -19,6 +19,7 @@ Patch2:               %{name}-bug7869.patch
 Patch3:                %{name}-fixcat.patch
 Patch4:                %{name}-soname.patch
 Patch5:                %{name}-lib64.patch
+Patch6:                %{name}-build.patch
 Icon:          tcl.gif
 URL:           http://expect.nist.gov/
 BuildRequires: autoconf
@@ -116,6 +117,7 @@ Biblioteka statyczna rozszerzenia j
 %if "%{_lib}" == "lib64"
 %patch5 -p1
 %endif
+%patch6 -p1
 
 chmod +w {.,testsuite}/configure
 
This page took 0.134954 seconds and 4 git commands to generate.