diff options
Diffstat (limited to 'audio/alsa-lib/patches/patch-bb')
-rw-r--r-- | audio/alsa-lib/patches/patch-bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/alsa-lib/patches/patch-bb b/audio/alsa-lib/patches/patch-bb deleted file mode 100644 index e7659dbf1d4..00000000000 --- a/audio/alsa-lib/patches/patch-bb +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-bb,v 1.4 2014/03/25 23:06:07 asau 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(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) - #include <byteswap.h> -+#endif - #include <math.h> - #include "pcm_local.h" - #include "pcm_plugin.h" |