2013-09-26 17:14:40 +02:00

14 lines
452 B
Plaintext

$NetBSD: patch-ac,v 1.4 2012/02/15 20:01:54 hans Exp $
--- lib-src/libnyquist/snd/sndconfig.h.orig Sat Feb 28 11:19:39 2004
+++ lib-src/libnyquist/snd/sndconfig.h
@@ -60,7 +60,7 @@ void snd_free(void *a);
#elif defined(IRIX)
#include "sndirix.h"
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) || defined(__sun)
#include "sndfreebsd.h"
#elif defined(_WIN32)