mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Switch to USES=tar:bzip2 - Regenerate patches with `make makepatch` Approved by: portmgr blanket
11 lines
246 B
C
11 lines
246 B
C
--- ptgen.c.orig 2011-12-22 14:21:03 UTC
|
|
+++ ptgen.c
|
|
@@ -29,6 +29,8 @@
|
|
#include <ctype.h>
|
|
#include <fcntl.h>
|
|
|
|
+#include "freebsd.h"
|
|
+
|
|
#if __BYTE_ORDER == __BIG_ENDIAN
|
|
#define cpu_to_le16(x) bswap_16(x)
|
|
#elif __BYTE_ORDER == __LITTLE_ENDIAN
|