From a07bf9e282dcf7800a80ce01cca4d775cfb9971e Mon Sep 17 00:00:00 2001 From: nobutaka Date: Tue, 8 Jul 2003 14:18:35 +0000 Subject: Fix undefined reference under -stable. PR: 53679 Submitted by: Frank Altpeter Pointed out by: Sean McNeil --- multimedia/libxine/files/patch-src:input:libdvdnav:bswap.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/libxine/files/patch-src:input:libdvdnav:bswap.h (limited to 'multimedia/libxine') diff --git a/multimedia/libxine/files/patch-src:input:libdvdnav:bswap.h b/multimedia/libxine/files/patch-src:input:libdvdnav:bswap.h new file mode 100644 index 0000000..65a5e12 --- /dev/null +++ b/multimedia/libxine/files/patch-src:input:libdvdnav:bswap.h @@ -0,0 +1,11 @@ +--- src/input/libdvdnav/bswap.h.orig Wed Apr 30 06:55:46 2003 ++++ src/input/libdvdnav/bswap.h Tue Jul 8 22:28:49 2003 +@@ -53,7 +53,7 @@ + #define B2N_32(x) x = swap32(x) + #define B2N_64(x) x = swap64(x) + +-#elif defined(__FreeBSD__) && __FreeBSD_version >= 470000 ++#elif defined(__FreeBSD__) && __FreeBSD_version >= 500034 + #include + #define B2N_16(x) x = be16toh(x) + #define B2N_32(x) x = be32toh(x) -- cgit v1.1