pkgsrc/games/plib/patches/patch-ae
rh beb3e7b9f4 Initial import of plib-1.0.20, a set of OpenSource (LGPL) libraries that
will permit programmers to write games and other realtime interactive
applications that are 100% portable across a wide range of hardware and
operating systems.
2000-02-19 22:32:44 +00:00

17 lines
632 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2000/02/19 22:32:45 rh Exp $
--- src/sl/smMixer.cxx.orig Fri Aug 13 05:14:12 1999
+++ src/sl/smMixer.cxx Sat Feb 19 22:41:41 2000
@@ -156,10 +156,10 @@
setVolume ( SOUND_MIXER_CD , left, right ) ;
}
-#elif defined(__OpenBSD__)
+#elif defined(__NetBSD__) || defined(__OpenBSD__)
/* ------------------------------------------------------------ */
-/* OpenBSD 2.3 */
+/* NetBSD or OpenBSD 2.3 */
/* ------------------------------------------------------------ */
void smMixer::open ( char *device )