summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-06-26 20:45:55 +0000
committerfrueauf <frueauf>1998-06-26 20:45:55 +0000
commite31a6815cea0a9d2c88c6debef9a38ea3d7fd9dc (patch)
tree138023b77396a650b86097c9d0da01e4db6f4ddf /x11
parentf4cb6e533d459cbc569a4998b9693031db501f61 (diff)
downloadpkgsrc-e31a6815cea0a9d2c88c6debef9a38ea3d7fd9dc.tar.gz
Fix a bug found by Michael Hitch. He will report it back to the lesstif people,
so with some future release this patch may become obsolete. For now it allows to make a non-segfaulting mozilla on amiga.
Diffstat (limited to 'x11')
-rw-r--r--x11/lesstif/patches/patch-aj10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-aj b/x11/lesstif/patches/patch-aj
new file mode 100644
index 00000000000..c6faee58c85
--- /dev/null
+++ b/x11/lesstif/patches/patch-aj
@@ -0,0 +1,10 @@
+--- include/Motif-1.2/XmI/DragDropI.h-orig Tue Mar 25 03:34:21 1997
++++ include/Motif-1.2/XmI/DragDropI.h Thu Jun 25 22:21:50 1998
+@@ -241,6 +241,7 @@
+ typedef struct {
+ CARD32 atom;
+ CARD16 namelen;
++ CARD16 pad; /* Align to 64 bits */
+ } XmDndAtomPair;
+
+ typedef struct {