summaryrefslogtreecommitdiff
path: root/audio/tcl-snack/patches/patch-aa
blob: 7db5c1989a0cf46ab013e70d3d66cdf3b6cefba3 (plain)
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
$NetBSD: patch-aa,v 1.3 2004/11/27 10:48:51 gson Exp $

--- Makefile.in.orig	2004-02-10 03:10:42.000000000 -0800
+++ Makefile.in
@@ -1,10 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+
 # The path to the tcl.h header file
 
-TCL_INCPATH = @TCL_SRC_DIR@/generic
+TCL_INCPATH = @TCL_PREFIX@/include
 
 # The path to the tk.h header file
 
-TK_INCPATH  = @TK_SRC_DIR@/generic
+TK_INCPATH  = @TK_PREFIX@/include
 
 # The path to the X11 include files
 
@@ -28,6 +31,7 @@
 TCL_VERSION = @TCLVER@
 
 CC        = @CC@
+TCL_CC	  = ${CC}
 
 INCLUDES  = ${XINCLUDES} @TCL_INCLUDE_SPEC@ -I${TCL_INCPATH} -I${TK_INCPATH} @AINC@ @NISTINC@