pkgsrc/emulators/dosbox/patches/patch-ab
2007-01-16 11:42:02 +00:00

14 lines
432 B
Text

$NetBSD: patch-ab,v 1.1 2007/01/16 11:42:02 rillig Exp $
--- src/hardware/mpu401.cpp.orig 2006-03-19 13:30:46.000000000 +0100
+++ src/hardware/mpu401.cpp 2007-01-10 01:38:43.568613836 +0100
@@ -26,6 +26,9 @@
#include "cpu.h"
#include "support.h"
+#undef OVERFLOW /* Solaris 10, /usr/include/math.h */
+#undef XXXXXMARK /* Solaris 10, /usr/include/prof.h */
+
void MIDI_RawOutByte(Bit8u data);
bool MIDI_Available(void);