aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libdvdread/files/extra-patch-dvdread::bswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libdvdread/files/extra-patch-dvdread::bswap.h')
-rw-r--r--multimedia/libdvdread/files/extra-patch-dvdread::bswap.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/multimedia/libdvdread/files/extra-patch-dvdread::bswap.h b/multimedia/libdvdread/files/extra-patch-dvdread::bswap.h
deleted file mode 100644
index 91f08856dd3..00000000000
--- a/multimedia/libdvdread/files/extra-patch-dvdread::bswap.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- dvdread/bswap.h.orig Sat Nov 23 18:53:53 2002
-+++ dvdread/bswap.h Sat Nov 23 18:57:27 2002
-@@ -54,6 +54,14 @@
- * functionality!
- */
-
-+#elif defined(__FreeBSD__)
-+# define _KERNEL
-+# define I486_CPU /* Will crash unless 486+ */
-+# include <machine/endian.h>
-+# undef _KERNEL
-+# undef I486_CPU
-+# define FROM_BE_32(x) (ntohl(x))
-+
- #elif defined(__FreeBSD__) || defined(__sun) || defined(__bsdi__)
- #define B2N_16(x) \
- x = ((((x) & 0xff00) >> 8) | \