diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/patches/patch-aa | 2 | ||||
-rw-r--r-- | emulators/xmess/patches/patch-aa | 2 |
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 |