pkgsrc-wip/stepmania/patches/patch-ae
Sergey Svishchev b44b26c2c4 Initial import of StepMania 3.9rc2.
StepMania is a music/rhythm game. The player presses different buttons
  in time to the music and to note patterns that scroll across the
  screen. Features 3D graphics, visualizations, support for gamepads/dance
  pads, a step recording mode, and more!
2005-06-23 04:00:38 +00:00

13 lines
402 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2005/06/23 04:00:38 shattered Exp $
--- src/arch/arch_platform.h.orig 2005-05-16 00:18:31.000000000 +0400
+++ src/arch/arch_platform.h
@@ -9,6 +9,8 @@
/* Override them with arch-specific drivers, as available. */
#if defined(LINUX)
#include "arch_linux.h"
+#elif defined(BSD)
+#include "arch_bsd.h"
#elif defined(DARWIN)
#include "arch_darwin.h"
#elif defined(_XBOX)