tools: xz: use .bz2 archive
[openwrt/staging/chunkeey.git] / tools / xz / patches / 100-freebsd-compat.patch
diff --git a/tools/xz/patches/100-freebsd-compat.patch b/tools/xz/patches/100-freebsd-compat.patch
deleted file mode 100644 (file)
index 480a652..0000000
+++ /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