mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
452 B
Plaintext
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)
|