pkgsrc-wip/hu-go/patches/patch-ad
Dieter Baron 5026615492 Initial import of Hu-Go!
Hu-Go! a pc engine emulator. The PC Engine, also known as Turbo
Grfx, is a 8-16 bits console which had quite a great success in
Japan from 1986, roughly, until early 90's.

Hu-Go! also supports PC Engine CD games.
2004-08-05 05:33:24 +00:00

15 lines
534 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2004/08/05 05:33:25 dillo Exp $
--- Makefile.am.orig 2004-06-15 22:02:08.000000000 +0200
+++ Makefile.am
@@ -57,6 +57,10 @@ if SDL_FREEBSD
hugo_SOURCES += osd_freebsd_cd.c osd_linux_snd.c osd_keyboard.c osd_sdl_gfx.c osd_linux_sdl_machine.c
endif
+if SDL_NETBSD
+hugo_SOURCES += osd_freebsd_cd.c osd_linux_snd.c osd_keyboard.c osd_sdl_gfx.c osd_linux_sdl_machine.c
+endif
+
if SDL_SOLARIS
hugo_SOURCES += osd_solaris_cd.c osd_linux_snd.c osd_keyboard.c osd_sdl_gfx.c osd_unix_sdl_machine.c
endif