diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-09-01 06:58:13 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-09-01 06:58:13 +0000 |
commit | f7003c89fc71a248dcf938cb304325c5ecdd925f (patch) | |
tree | 4c5b73531d4e69e6d8edc345fbb7fe45e7c3d0a7 /emulators/xmame | |
parent | c2fdbe87e94eb9a48123744a875d395a5ce7e842 (diff) | |
download | pkgsrc-f7003c89fc71a248dcf938cb304325c5ecdd925f.tar.gz |
Use -DACORN to fix up unaligned accesses on non-i386en.
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/patches/patch-aa | 2 |
1 files changed, 1 insertions, 1 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 |