X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=tools%2Fxz%2Fpatches%2F100-freebsd-compat.patch;fp=tools%2Fxz%2Fpatches%2F100-freebsd-compat.patch;h=0000000000000000000000000000000000000000;hp=480a65293a7e327797f008ff82100a3cbc0052b1;hb=e68c0a1325f86a757d33d252e687ee7c9f74a8b7;hpb=9edfe7dd13d973b2d0c754d79dabdeebaeb13d49 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 - # ifdef HAVE_BSWAP_16