summaryrefslogtreecommitdiff
path: root/audio/rioutil/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rioutil/patches/patch-af')
-rw-r--r--audio/rioutil/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/rioutil/patches/patch-af b/audio/rioutil/patches/patch-af
deleted file mode 100644
index ccdb120e456..00000000000
--- a/audio/rioutil/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2005/12/07 17:35:37 joerg Exp $
-
---- librioutil/cksum.c.orig 2005-12-07 17:21:36.000000000 +0000
-+++ librioutil/cksum.c
-@@ -29,6 +29,8 @@
- #ifdef linux
- #include <byteswap.h>
- #include <endian.h>
-+#elif defined(__DragonFly__)
-+#include <sys/endian.h>
- #elif defined(__FreeBSD__) || defined(__MacOSX__)
- #include <machine/endian.h>
- #else