ports/devel/firmware-utils/files/patch-trx2edips.c
Dmitry Marakasov 6529a2933c - Add LICENSE
- Switch to USES=tar:bzip2
- Regenerate patches with `make makepatch`

Approved by:	portmgr blanket
2015-08-20 10:52:03 +00:00

11 lines
249 B
C

--- trx2edips.c.orig 2011-12-22 14:21:03 UTC
+++ trx2edips.c
@@ -6,6 +6,8 @@
#include <errno.h>
#include <unistd.h>
+#include "freebsd.h"
+
#if __BYTE_ORDER == __BIG_ENDIAN
#define STORE32_LE(X) bswap_32(X)
#define LOAD32_LE(X) bswap_32(X)