mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
29 lines
636 B
Plaintext
29 lines
636 B
Plaintext
$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@
|
|
|