mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
$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
|