summaryrefslogtreecommitdiff
path: root/audio/snack/files/patch-Makefile.in
blob: 25248918edf2211e303555b63b2a90929924cec4 (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
--- Makefile.in.orig	Sat Nov 24 13:05:13 2001
+++ Makefile.in	Sat Nov 24 13:07:42 2001
@@ -1,10 +1,10 @@
 # The path to the tcl.h header file
 
-TCL_INCPATH = @TCL_SRC_DIR@/generic
+TCL_INCPATH = %%LOCALBASE%%/include/tcl8.3/generic
 
 # The path to the tk.h header file
 
-TK_INCPATH  = @TK_SRC_DIR@/generic
+TK_INCPATH  = %%LOCALBASE%%/include/tk8.3/generic
 
 # The path to the X11 include files

@@ -12,7 +12,7 @@
 
 # Install SNACK package here
 
-SNACK_INSTALL_PATH = @SNACK_INSTALL_PATH@
+SNACK_INSTALL_PATH = %%PREFIX%%/lib
 SNACK_HINSTALL_PATH = @SNACK_HINSTALL_PATH@
 
 #