opnsense-ports/multimedia/flvtool++/files/patch-AMFData.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
350 B
C

--- AMFData.h.orig 2009-01-22 09:09:49.000000000 +0800
+++ AMFData.h 2009-03-15 01:52:25.000000000 +0800
@@ -18,7 +18,7 @@
#include <architecture/byte_order.h>
#define hton64(x) OSSwapHostToBigInt64(x)
#else
- #include <byteswap.h>
+ #include <sys/endian.h>
#if __BYTE_ORDER == __LITTLE_ENDIAN
#define hton64(x) bswap_64(x)
#else