diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-17 20:17:13 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-17 20:17:13 +0000 |
commit | 238e0e0151dc77bf297c6d4ca59c6638cfb9173c (patch) | |
tree | 0e945856686486be0dbab61a3610a3bf2e53a511 /x11-toolkits/tix | |
parent | cc6a88371dbe87880a3017bca273c234b8aeff97 (diff) | |
download | ports-238e0e0151dc77bf297c6d4ca59c6638cfb9173c.tar.gz ports-238e0e0151dc77bf297c6d4ca59c6638cfb9173c.zip |
Notes
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r-- | x11-toolkits/tix/files/patch-ad | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-toolkits/tix/files/patch-ad b/x11-toolkits/tix/files/patch-ad index b4f9c5083dba..92867bf7e7d1 100644 --- a/x11-toolkits/tix/files/patch-ad +++ b/x11-toolkits/tix/files/patch-ad @@ -1,5 +1,14 @@ ---- ../../generic/tixInit.c~ Thu Feb 11 18:11:44 1999 -+++ ../../generic/tixInit.c Sun Dec 5 06:46:59 1999 +--- ../../generic/tixInit.c.orig Thu Feb 11 18:11:44 1999 ++++ ../../generic/tixInit.c Thu Feb 17 19:46:36 2000 +@@ -499,7 +499,7 @@ + *---------------------------------------------------------------------- + */ + +-static char *initScript = ++static char initScript[] = + "if [catch {file join a a}] {\n\ + proc tixFileJoin {args} {\n\ + set p [join $args /]\n\ @@ -537,6 +537,7 @@ }\n\ set instDir [file dirname [info library]]\n\ |