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

15 lines
374 B
Plaintext

$NetBSD: patch-bh,v 1.3 2012/02/15 19:43:51 hans Exp $
--- src/pcm/pcm_meter.c.orig 2008-12-19 00:05:13.000000000 -0500
+++ src/pcm/pcm_meter.c 2008-12-19 00:05:34.000000000 -0500
@@ -27,7 +27,9 @@
*/
+#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__sun)
#include <byteswap.h>
+#endif
#include <time.h>
#include <pthread.h>
#include <dlfcn.h>