summaryrefslogtreecommitdiff
path: root/lang/tclX80/files/patch-aa
blob: 98cfc4fd49ef699ec3eeef142bce0b86f8f407cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- Config.mk.ORIG	Sun May  3 18:41:27 1998
+++ Config.mk	Sun May  3 18:43:35 1998
@@ -56,10 +56,10 @@
 # to ${TCL_LIB_SPEC}.
 # 
 
-TCL_SRC=${srcbasedir}/../tcl8.0
-TCL_BUILD=${bldbasedir}/../tcl8.0
-TCL_CONFIG=${TCL_BUILD}/unix/tclConfig.sh
-TCL_LIB=${TCL_BUILD_LIB_SPEC}
+TCL_SRC=${prefix}/include/tcl8.0
+TCL_BUILD=
+TCL_CONFIG=${prefix}/lib/tcl8.0/tclConfig.sh
+TCL_LIB=${TCL_LIB_SPEC}
 
 #------------------------------------------------------------------------------
 # Unless configure is going to be run with --with-tk=NO, these defines must be
@@ -68,10 +68,10 @@
 # neccessary to link with the Tk shared library (libtk8.0.so).  If you want to
 # use the installed Tk library, set TK_LIB to ${TK_LIB_SPEC}.
 
-TK_SRC=${srcbasedir}/../tk8.0
-TK_BUILD=${bldbasedir}/../tk8.0
-TK_CONFIG=${TK_BUILD}/unix/tkConfig.sh
-TK_LIB=${TK_BUILD_LIB_SPEC}
+TK_SRC=${prefix}/include/tk8.0
+TK_BUILD=
+TK_CONFIG=${prefix}/lib/tk8.0/tkConfig.sh
+TK_LIB=${TK_LIB_SPEC}
 
 #------------------------------------------------------------------------------
 # C compiler and debug/optimization/profiling flag to use.  Set by configure,