1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 04:00:41 -04:00
ports/multimedia/flvstreamer/files/patch-bytes.h
Hiroki Sato c57a9101a6 - Add STAGEDIR support.
- Fix build on stable/10 and head.
- Style clean-ups.
2013-10-17 07:37:29 +00:00

11 lines
454 B
C

--- bytes.h.orig 2013-10-17 16:32:03.000000000 +0900
+++ bytes.h 2010-02-12 06:31:58.000000000 +0900
@@ -35,7 +35,7 @@
typedef unsigned char uint8_t;
-#elif (defined(__FreeBSD__) && __FreeBSD_version >= 470000) || defined(__OpenBSD__) || defined(__NetBSD__) // *BSD
+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) // *BSD
#include <sys/endian.h>
#define __BIG_ENDIAN BIG_ENDIAN
#define __LITTLE_ENDIAN LITTLE_ENDIAN