~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to debian/patches/non-linux.diff

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-04-17 19:08:08 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090417190808-i78jwvtk0ly1t4ss
Tags: 8.5.7-1
* New upstream release.
* Bumped standards version to 3.8.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
2
2
building on non-linux Debian architectures.
3
3
 
4
 
--- tcl8.5-8.5.6.orig/unix/configure
5
 
+++ tcl8.5-8.5.6/unix/configure
 
4
--- tcl8.5-8.5.7.orig/unix/configure
 
5
+++ tcl8.5-8.5.7/unix/configure
6
6
@@ -6536,6 +6536,9 @@
7
7
                if test "`uname -s`" = "AIX" ; then
8
8
                    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
13
13
            fi
14
14
        fi
15
15
 
16
 
@@ -7333,7 +7336,7 @@
 
16
@@ -7339,7 +7342,7 @@
17
17
 fi
18
18
 
19
19
            ;;
22
22
            SHLIB_CFLAGS="-fPIC"
23
23
            SHLIB_LD_LIBS='${LIBS}'
24
24
            SHLIB_SUFFIX=".so"
25
 
--- tcl8.5-8.5.6.orig/unix/Makefile.in
26
 
+++ tcl8.5-8.5.6/unix/Makefile.in
27
 
@@ -169,6 +169,7 @@
 
25
--- tcl8.5-8.5.7.orig/unix/Makefile.in
 
26
+++ tcl8.5-8.5.7/unix/Makefile.in
 
27
@@ -172,6 +172,7 @@
28
28
 SHLIB_LD               = @SHLIB_LD@
29
29
 SHLIB_CFLAGS           = @SHLIB_CFLAGS@
30
30
 SHLIB_LD_LIBS          = @SHLIB_LD_LIBS@
32
32
 TCL_SHLIB_LD_EXTRAS    = @TCL_SHLIB_LD_EXTRAS@
33
33
 
34
34
 SHLIB_SUFFIX           = @SHLIB_SUFFIX@
35
 
--- tcl8.5-8.5.6.orig/unix/tcl.m4
36
 
+++ tcl8.5-8.5.6/unix/tcl.m4
 
35
--- tcl8.5-8.5.7.orig/unix/tcl.m4
 
36
+++ tcl8.5-8.5.7/unix/tcl.m4
37
37
@@ -962,6 +962,9 @@
38
38
                if test "`uname -s`" = "AIX" ; then
39
39
                    tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
44
44
            fi
45
45
        fi
46
46
     ])
47
 
@@ -1418,7 +1421,7 @@
 
47
@@ -1421,7 +1424,7 @@
48
48
                ])
49
49
            ])
50
50
            ;;