diff options
Diffstat (limited to 'x11-toolkits/tix/files/patch-ad')
-rw-r--r-- | x11-toolkits/tix/files/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/tix/files/patch-ad b/x11-toolkits/tix/files/patch-ad deleted file mode 100644 index 92867bf7e7d1..000000000000 --- a/x11-toolkits/tix/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ ---- ../../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\ - lappend dirs [tixFileJoin $instDir $lib]\n\ -+ lappend dirs " TIX_LIBRARY "\n\ - lappend dirs [tixFileJoin [tixFileJoin $instDir lib] $lib]\n\ - catch {\n\ - lappend dirs [tixFileJoin [tixFileJoin [file dirname [file dirname [info nameofexecutable]]] lib] $lib]\n\ |