pkgsrc/audio/snd/patches/patch-aa
1998-08-07 10:35:47 +00:00

28 lines
810 B
Text

$NetBSD: patch-aa,v 1.2 1998/08/07 10:36:08 agc Exp $
--- snd.orig/snd.h Thu Feb 12 15:36:40 1998
+++ snd.h Sun Feb 22 02:19:27 1998
@@ -21,17 +21,21 @@
#include "sound_types.h"
#include "cmus_prototypes.h"
-#if defined(SGI) || defined(LINUX) || defined(NEXT) || defined(SCO5) || defined(UW2) || defined(SOLARIS)
+#ifndef HAVE_MOTIF
+#if defined(SGI) || defined(LINUX) || defined(NEXT) || defined(SCO5) || defined(UW2) || defined(SOLARIS) || defined(__NetBSD__)
#define HAVE_MOTIF 1
#else
#define HAVE_MOTIF 0
#endif
+#endif /* HAVE_MOTIF */
-#if defined(LINUX) || defined(SCO5) || defined(UW2)
+#ifndef HAVE_OSS
+#if defined(LINUX) || defined(SCO5) || defined(UW2) || defined(__NetBSD__)
#define HAVE_OSS 1
#else
#define HAVE_OSS 0
#endif
+#endif /* HAVE_OSS */
#include "snd-0.h"