summaryrefslogtreecommitdiff
path: root/games/abuse/patches/patch-ad
blob: 86268e33cb3fb4b9cec712d4b905d20944eaab32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ad,v 1.3 2001/07/02 15:30:59 abs Exp $

--- abuse/inc/bus_type.hpp.orig	Wed Jan 24 06:10:12 1996
+++ abuse/inc/bus_type.hpp
@@ -1,6 +1,14 @@
 #ifndef BUS_TYPE_HPP
 #define BUS_TYPE_HPP
 
+#ifdef __arm__
+#define WORD_ALLIGN 1
+#endif
+
+#ifdef __sparc__
+#define WORD_ALLIGN 1
+#endif
+
 #ifdef __sgi
 #define WORD_ALLIGN 1
 #endif