1*520786ccSPatrick WilliamsUpstream-Status: Pending
2*520786ccSPatrick Williams
3eb8dc403SDave CobbleyPatch by Chris Waters sets path which are normally point to a directory
4eb8dc403SDave Cobbleywith Tk sources to a subdirectory of /usr/include/tcl8.4 (debian/rules
5eb8dc403SDave Cobbleyputs private Tk headers there).
6eb8dc403SDave Cobbley
7eb8dc403SDave Cobbley--- tk8.5-8.5.8.orig/unix/tkConfig.sh.in
8eb8dc403SDave Cobbley+++ tk8.5-8.5.8/unix/tkConfig.sh.in
9eb8dc403SDave Cobbley@@ -55,7 +55,7 @@
10eb8dc403SDave Cobbley
11eb8dc403SDave Cobbley # String to pass to linker to pick up the Tk library from its
12eb8dc403SDave Cobbley # build directory.
13eb8dc403SDave Cobbley-TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@'
14eb8dc403SDave Cobbley+TK_BUILD_LIB_SPEC='@TK_LIB_SPEC@'
15eb8dc403SDave Cobbley
16eb8dc403SDave Cobbley # String to pass to linker to pick up the Tk library from its
17eb8dc403SDave Cobbley # installed directory.
18eb8dc403SDave Cobbley@@ -71,7 +71,7 @@
19eb8dc403SDave Cobbley # different place than the directory containing the source files, this
20eb8dc403SDave Cobbley # points to the location of the sources, not the location where Tk was
21eb8dc403SDave Cobbley # compiled.
22eb8dc403SDave Cobbley-TK_SRC_DIR='@TK_SRC_DIR@'
23eb8dc403SDave Cobbley+TK_SRC_DIR='@includedir@/tk-private'
24eb8dc403SDave Cobbley
25eb8dc403SDave Cobbley # Needed if you want to make a 'fat' shared library library
26eb8dc403SDave Cobbley # containing tk objects or link a different wish.
27eb8dc403SDave Cobbley@@ -86,14 +86,14 @@
28eb8dc403SDave Cobbley
29eb8dc403SDave Cobbley # String to pass to linker to pick up the Tk stub library from its
30eb8dc403SDave Cobbley # build directory.
31eb8dc403SDave Cobbley-TK_BUILD_STUB_LIB_SPEC='@TK_BUILD_STUB_LIB_SPEC@'
32eb8dc403SDave Cobbley+TK_BUILD_STUB_LIB_SPEC='@TK_STUB_LIB_SPEC@'
33eb8dc403SDave Cobbley
34eb8dc403SDave Cobbley # String to pass to linker to pick up the Tk stub library from its
35eb8dc403SDave Cobbley # installed directory.
36eb8dc403SDave Cobbley TK_STUB_LIB_SPEC='@TK_STUB_LIB_SPEC@'
37eb8dc403SDave Cobbley
38eb8dc403SDave Cobbley # Path to the Tk stub library in the build directory.
39eb8dc403SDave Cobbley-TK_BUILD_STUB_LIB_PATH='@TK_BUILD_STUB_LIB_PATH@'
40eb8dc403SDave Cobbley+TK_BUILD_STUB_LIB_PATH='@TK_STUB_LIB_PATH@'
41eb8dc403SDave Cobbley
42eb8dc403SDave Cobbley # Path to the Tk stub library in the install directory.
43eb8dc403SDave Cobbley TK_STUB_LIB_PATH='@TK_STUB_LIB_PATH@'
44