aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xz/patches/100-freebsd-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xz/patches/100-freebsd-compat.patch')
-rw-r--r--tools/xz/patches/100-freebsd-compat.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/xz/patches/100-freebsd-compat.patch b/tools/xz/patches/100-freebsd-compat.patch
deleted file mode 100644
index 480a65293a..0000000000
--- a/tools/xz/patches/100-freebsd-compat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/common/tuklib_integer.h
-+++ b/src/common/tuklib_integer.h
-@@ -48,7 +48,7 @@
- // Operating system specific features //
- ////////////////////////////////////////
-
--#if defined(HAVE_BYTESWAP_H)
-+#if defined(HAVE_BYTESWAP_H) && !defined(__FreeBSD__)
- // glibc, uClibc, dietlibc
- # include <byteswap.h>
- # ifdef HAVE_BSWAP_16