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