diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-20 21:58:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-20 21:58:30 +0100 |
commit | 1a3b09a9daae7dc8e116900f2a45a5d6f0bd12f0 (patch) | |
tree | 944cd85a8aa8374a3753289eb9b9ba6a4b6cd2bf /package/tcl/patches/patch-unix_Makefile_in | |
parent | 00b8e7c5d5b969d043f2380fe3769892c3376012 (diff) | |
parent | 573562745c1c063d2c2f7bc1254c290b64ec0110 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tcl/patches/patch-unix_Makefile_in')
-rw-r--r-- | package/tcl/patches/patch-unix_Makefile_in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/tcl/patches/patch-unix_Makefile_in b/package/tcl/patches/patch-unix_Makefile_in index 7c4a9ca93..38340c80b 100644 --- a/package/tcl/patches/patch-unix_Makefile_in +++ b/package/tcl/patches/patch-unix_Makefile_in @@ -1,5 +1,5 @@ ---- tcl8.5.8.orig/unix/Makefile.in 2009-11-13 19:38:45.000000000 +0100 -+++ tcl8.5.8/unix/Makefile.in 2009-11-20 21:59:51.000000000 +0100 +--- tcl8.5.9.orig/unix/Makefile.in 2010-09-08 19:40:48.000000000 +0200 ++++ tcl8.5.9/unix/Makefile.in 2014-01-20 11:13:05.000000000 +0100 @@ -101,7 +101,8 @@ CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@ #CFLAGS = $(CFLAGS_DEBUG) #CFLAGS = $(CFLAGS_OPTIMIZE) @@ -10,7 +10,7 @@ # Flags to pass to the linker LDFLAGS_DEBUG = @LDFLAGS_DEBUG@ -@@ -745,7 +746,7 @@ install-binaries: binaries +@@ -737,7 +738,7 @@ install-binaries: binaries fi @EXTRA_INSTALL_BINARIES@ |