summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormycroft <mycroft>1998-09-01 06:58:13 +0000
committermycroft <mycroft>1998-09-01 06:58:13 +0000
commit32f76e28caa035cb1c9dc0f16ddc31f44b498497 (patch)
tree4c5b73531d4e69e6d8edc345fbb7fe45e7c3d0a7 /emulators
parentd7289ba5d895fff4fe50e43517a208fe96768553 (diff)
downloadpkgsrc-32f76e28caa035cb1c9dc0f16ddc31f44b498497.tar.gz
Use -DACORN to fix up unaligned accesses on non-i386en.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/patches/patch-aa2
-rw-r--r--emulators/xmess/patches/patch-aa2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/patches/patch-aa b/emulators/xmame/patches/patch-aa
index b43f4a4351b..9f8c6b6862a 100644
--- a/emulators/xmame/patches/patch-aa
+++ b/emulators/xmame/patches/patch-aa
@@ -118,7 +118,7 @@
+ifeq (${MACHINE},i386)
+DEFS.netbsd = -DLSB_FIRST -DX86_ASM -DNETBSD -DUSE_AUDIO
+else
-+DEFS.netbsd = -DLSB_FIRST -DNETBSD -DUSE_AUDIO
++DEFS.netbsd = -DLSB_FIRST -DACORN -DNETBSD -DUSE_AUDIO
+endif
DEFS.sunos = -Dsun -DCLOCKS_PER_SEC=1000000 -DACORN
DEFS.solaris = -Dsun -DACORN
diff --git a/emulators/xmess/patches/patch-aa b/emulators/xmess/patches/patch-aa
index 9dc57c28993..e7ebaa4ea45 100644
--- a/emulators/xmess/patches/patch-aa
+++ b/emulators/xmess/patches/patch-aa
@@ -118,7 +118,7 @@
+ifeq (${MACHINE},i386)
+DEFS.netbsd = -DLSB_FIRST -DX86_ASM -DNETBSD -DUSE_AUDIO
+else
-+DEFS.netbsd = -DLSB_FIRST -DNETBSD -DUSE_AUDIO
++DEFS.netbsd = -DLSB_FIRST -DACORN -DNETBSD -DUSE_AUDIO
+endif
DEFS.sunos = -Dsun -DCLOCKS_PER_SEC=1000000 -DACORN
DEFS.solaris = -Dsun -DACORN