summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-04-07 10:10:23 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-04-07 10:10:23 +0000
commit862da559b0810e4bb7e993890334daafb84179f9 (patch)
tree6b7ddd37b0e9e12573f94a7ec3d6c024424efdc6
parent74b6378f0b20bc88d176f4d16f0db95530d7fe44 (diff)
downloadpkgsrc-862da559b0810e4bb7e993890334daafb84179f9.tar.gz
Add a little patch that fixes a known problem in 0.83.
-rw-r--r--x11/lesstif/patches/patch-ai11
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? */
+ }