summaryrefslogtreecommitdiff
path: root/games/abuse
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-22 10:45:55 +0000
committerwiz <wiz>2001-03-22 10:45:55 +0000
commitca7701c1945a5f64bf278ae5d4ad82b46e59490d (patch)
tree353527052e6eb50f699e4b91ddcb4872799c6a47 /games/abuse
parentbf5915a32ad984f90ddac55c88f94b56f33347cf (diff)
downloadpkgsrc-ca7701c1945a5f64bf278ae5d4ad82b46e59490d.tar.gz
Force alignment on arm platforms, too. Should fix pkg/11540.
Idea by Martin Husemann. XXX: Could be that other platforms need an appropriate #ifdef here, too, but I don't know which. Probably still broken on LP64.
Diffstat (limited to 'games/abuse')
-rw-r--r--games/abuse/files/patch-sum11
-rw-r--r--games/abuse/patches/patch-ae15
2 files changed, 21 insertions, 5 deletions
diff --git a/games/abuse/files/patch-sum b/games/abuse/files/patch-sum
index e1da4e4257b..76edb59159d 100644
--- a/games/abuse/files/patch-sum
+++ b/games/abuse/files/patch-sum
@@ -1,6 +1,7 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:50 agc Exp $
+$NetBSD: patch-sum,v 1.2 2001/03/22 10:45:55 wiz Exp $
-MD5 (patch-aa) = d820b5a579d4bfaf71e4b033bae68d75
-MD5 (patch-ab) = a64539e91fe3c2dfb134bd0e61b4f9c7
-MD5 (patch-ac) = 424e769413cce45d3d67506be6846fe1
-MD5 (patch-ad) = 49ca7f1aee5488b5840e60815206e536
+SHA1 (patch-aa) = 78310a49fa028f0ba313bb182bd32e4e69252cd7
+SHA1 (patch-ab) = 3a6a9152e2b797ebe9ac09583d175fe52ecd0bfd
+SHA1 (patch-ac) = e0583190b67566a54868f6ca979ba35a1826803c
+SHA1 (patch-ad) = e52b68463d68b80f2ca334de262f24cadb34492c
+SHA1 (patch-ae) = 6a2810253a6a6fc2528a25cb0ef5f824a8e753d7
diff --git a/games/abuse/patches/patch-ae b/games/abuse/patches/patch-ae
new file mode 100644
index 00000000000..94b26af9748
--- /dev/null
+++ b/games/abuse/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2001/03/22 10:45:56 wiz Exp $
+
+--- abuse/inc/bus_type.hpp.orig Wed Jan 24 07:10:12 1996
++++ abuse/inc/bus_type.hpp
+@@ -1,6 +1,10 @@
+ #ifndef BUS_TYPE_HPP
+ #define BUS_TYPE_HPP
+
++#ifdef __arm__
++#define WORD_ALLIGN 1
++#endif
++
+ #ifdef __sgi
+ #define WORD_ALLIGN 1
+ #endif