summaryrefslogtreecommitdiff
path: root/lang/tcl/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tcl/patches/patch-ac')
-rw-r--r--lang/tcl/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/tcl/patches/patch-ac b/lang/tcl/patches/patch-ac
index b5553ef4886..3f5b155447f 100644
--- a/lang/tcl/patches/patch-ac
+++ b/lang/tcl/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2004/03/08 22:14:19 minskim Exp $
+$NetBSD: patch-ac,v 1.5 2004/10/01 13:35:37 adam Exp $
---- tclUnixInit.c.orig 2004-02-17 17:46:54.000000000 -0600
+--- tclUnixInit.c.orig 2004-03-29 18:49:36.000000000 +0000
+++ tclUnixInit.c
@@ -28,6 +28,11 @@
# include <dlfcn.h>
@@ -14,7 +14,7 @@ $NetBSD: patch-ac,v 1.4 2004/03/08 22:14:19 minskim Exp $
/*
* The Init script (common to Windows and Unix platforms) is
-@@ -730,6 +735,11 @@ TclpSetVariables(interp)
+@@ -733,6 +738,11 @@ TclpSetVariables(interp)
int unameOK;
CONST char *user;
Tcl_DString ds;
@@ -26,7 +26,7 @@ $NetBSD: patch-ac,v 1.4 2004/03/08 22:14:19 minskim Exp $
#ifdef HAVE_CFBUNDLE
char tclLibPath[MAXPATHLEN + 1];
-@@ -832,8 +842,16 @@ TclpSetVariables(interp)
+@@ -835,8 +845,16 @@ TclpSetVariables(interp)
Tcl_SetVar2(interp, "tcl_platform", "osVersion", name.release,
TCL_GLOBAL_ONLY|TCL_APPEND_VALUE);
}