diff options
Diffstat (limited to 'x11-toolkits/tix/files/patch-ad')
-rw-r--r-- | x11-toolkits/tix/files/patch-ad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/tix/files/patch-ad b/x11-toolkits/tix/files/patch-ad new file mode 100644 index 00000000000..b4f9c5083db --- /dev/null +++ b/x11-toolkits/tix/files/patch-ad @@ -0,0 +1,10 @@ +--- ../../generic/tixInit.c~ Thu Feb 11 18:11:44 1999 ++++ ../../generic/tixInit.c Sun Dec 5 06:46:59 1999 +@@ -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\ |