Files
pkgsrc-ng/audio/alsa-lib/patches/patch-bb
2013-09-26 17:14:40 +02:00

15 lines
347 B
Plaintext

$NetBSD: patch-bb,v 1.3 2012/02/15 19:43:51 hans Exp $
--- src/pcm/pcm_route.c.orig 2008-10-29 08:42:10.000000000 -0400
+++ src/pcm/pcm_route.c
@@ -26,7 +26,9 @@
*
*/
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
#include <byteswap.h>
+#endif
#include <math.h>
#include "pcm_local.h"
#include "pcm_plugin.h"