summaryrefslogtreecommitdiff
path: root/sysutils/mkhybrid
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-08-12 21:28:06 +0000
committertron <tron@pkgsrc.org>1998-08-12 21:28:06 +0000
commit4b078549461f07fa1e9e3c9f9ba64462cf046d5b (patch)
treefb7815f8e41d4fe8bf7d7e5b516043f03a1733ec /sysutils/mkhybrid
parent43082a2786d07c0706b87890eed135181a2cfb10 (diff)
downloadpkgsrc-4b078549461f07fa1e9e3c9f9ba64462cf046d5b.tar.gz
Add m68k fix supplied by Bob Nestor in PR pkg/5931.
Diffstat (limited to 'sysutils/mkhybrid')
-rw-r--r--sysutils/mkhybrid/patches/patches-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/mkhybrid/patches/patches-aa b/sysutils/mkhybrid/patches/patches-aa
new file mode 100644
index 00000000000..20b738accc5
--- /dev/null
+++ b/sysutils/mkhybrid/patches/patches-aa
@@ -0,0 +1,18 @@
+$NetBSD: patches-aa,v 1.1 1998/08/12 21:28:06 tron Exp $
+
+--- iso9660.h.orig Fri Aug 7 13:22:22 1998
++++ iso9660.h Fri Aug 7 13:20:49 1998
+@@ -180,5 +180,5 @@
+ char parent[2]; /* 721 */
+ char name[1];
+-};
++} __attribute((packed));
+ #ifdef JOLIET
+ #define J_NAME_EXTRA 100 /* need space for longer Joliet filename */
+@@ -199,5 +199,5 @@
+ unsigned char name_len [ISODCL (33, 33)]; /* 711 */
+ char name [34 + J_NAME_EXTRA]; /* Not really, but
+we need something here */
+-};
++} __attribute((packed));
+ #endif