~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to debian/patches/04-64bit.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-10-01 22:23:00 UTC
  • mfrom: (2.1.7 edgy)
  • Revision ID: james.westby@ubuntu.com-20061001222300-08nd1wqc92mxggdq
Tags: 5.43.0-8
* Added patch from Niko Tyni <ntyni@iki.fi> to fix static library name on
  alpha, mips and mipsel (Closes: #390366).
* Added *.so symlink (Closes: #390365).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh /usr/share/dpatch/dpatch-run
 
2
## 04-64bit.dpatch by John R.Daily <jdaily@progeny.com>
 
3
##
 
4
## DP: Fixes problems on 64bit platforms (Closes: #126091).
 
5
 
 
6
@DPATCH@
 
7
 
 
8
diff -Naur expect-5.43.0.orig/exp_main_tk.c expect-5.43.0/exp_main_tk.c
 
9
--- expect-5.43.0.orig/exp_main_tk.c    2003-07-31 18:27:20.000000000 +0000
 
10
+++ expect-5.43.0/exp_main_tk.c 2006-07-10 15:26:17.000000000 +0000
 
11
@@ -33,6 +33,7 @@
 
12
 #endif /* not lint */
 
13
 
 
14
 #include <ctype.h>
 
15
+#include <string.h>  /* strrchr(3) */
 
16
 
 
17
 #include "tk.h"
 
18
 
 
19
diff -Naur expect-5.43.0.orig/pty_termios.c expect-5.43.0/pty_termios.c
 
20
--- expect-5.43.0.orig/pty_termios.c    2004-05-07 16:46:03.000000000 +0000
 
21
+++ expect-5.43.0/pty_termios.c 2006-07-10 15:26:17.000000000 +0000
 
22
@@ -14,7 +14,9 @@
 
23
 #define SIGCHLD SIGCLD
 
24
 #endif
 
25
 
 
26
+#include "expect.h"
 
27
 #include "expect_cf.h"
 
28
+#include "exp_int.h"  /* expErrnoMsg() prototype */
 
29
 
 
30
 /*
 
31
    The following functions are linked from the Tcl library.  They