diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-07 10:10:23 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-07 10:10:23 +0000 |
commit | 862da559b0810e4bb7e993890334daafb84179f9 (patch) | |
tree | 6b7ddd37b0e9e12573f94a7ec3d6c024424efdc6 /x11/lesstif | |
parent | 74b6378f0b20bc88d176f4d16f0db95530d7fe44 (diff) | |
download | pkgsrc-862da559b0810e4bb7e993890334daafb84179f9.tar.gz |
Add a little patch that fixes a known problem in 0.83.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/patches/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-ai b/x11/lesstif/patches/patch-ai new file mode 100644 index 00000000000..f73c7068cc5 --- /dev/null +++ b/x11/lesstif/patches/patch-ai @@ -0,0 +1,11 @@ +--- lib/Xm/FontList.c-orig Fri Mar 13 23:42:13 1998 ++++ lib/Xm/FontList.c Sat Apr 4 12:29:29 1998 +@@ -211,7 +211,7 @@ + if (entry) + { + XtFree((*entry)->tag); +- XtFree((XtPointer)entry); ++ XtFree((XtPointer)*entry); + + /* should we close the Font? */ + } |