diff options
author | frueauf <frueauf> | 1998-04-07 10:10:23 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-04-07 10:10:23 +0000 |
commit | 8ba1e78bf97ed506b00934099c1f61286380e812 (patch) | |
tree | 6b7ddd37b0e9e12573f94a7ec3d6c024424efdc6 /x11/lesstif | |
parent | a3e45c8481c0bbd911c53be8e988476e4708203b (diff) | |
download | pkgsrc-8ba1e78bf97ed506b00934099c1f61286380e812.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? */ + } |