summaryrefslogtreecommitdiff
path: root/x11/tk-Tix/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tk-Tix/patches/patch-aa')
-rw-r--r--x11/tk-Tix/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/tk-Tix/patches/patch-aa b/x11/tk-Tix/patches/patch-aa
index 8dcd5201186..0f4f452dd6b 100644
--- a/x11/tk-Tix/patches/patch-aa
+++ b/x11/tk-Tix/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/04/15 08:19:02 he Exp $
+$NetBSD: patch-aa,v 1.2 2002/08/25 21:52:47 jlam Exp $
---- Makefile.in.orig Thu Jan 11 08:43:46 2001
+--- Makefile.in.orig Thu Jan 11 02:43:46 2001
+++ Makefile.in
@@ -217,6 +217,7 @@
STLIB_LD = @STLIB_LD@
@@ -24,10 +24,10 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/04/15 08:19:02 he Exp $
- -I$(TCL_SRC_DIR)/unix \
- -I$(TK_SRC_DIR)/generic \
- -I$(TK_SRC_DIR)/unix \
-+INCLUDES = -I$(BUILDLINK_DIR)/include/tcl/generic \
-+ -I$(BUILDLINK_DIR)/include/tcl/unix \
-+ -I$(BUILDLINK_DIR)/include/tk/generic \
-+ -I$(BUILDLINK_DIR)/include/tk/unix \
++INCLUDES = -I$(TCL_DIR)/include/tcl/generic \
++ -I$(TCL_DIR)/include/tcl/unix \
++ -I$(TK_DIR)/include/tk/generic \
++ -I$(TK_DIR)/include/tk/unix \
-I$(GENERIC_DIR) \
-I$(UNIX_DIR) \
- -I$(WIN_DIR)