diff options
author | miwi <miwi@FreeBSD.org> | 2016-01-15 14:36:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-01-15 14:36:37 +0800 |
commit | 059a01596e97b3030978f1c3934c6bea2c195b0a (patch) | |
tree | f3a19735ce0d94af8e0ae4009f25da866cc2b6dd /dns/dnsdist/files | |
parent | 5ff7eff79b042c4e533a576fcbec43eb5a570e1d (diff) | |
download | freebsd-ports-gnome-059a01596e97b3030978f1c3934c6bea2c195b0a.tar.gz freebsd-ports-gnome-059a01596e97b3030978f1c3934c6bea2c195b0a.tar.zst freebsd-ports-gnome-059a01596e97b3030978f1c3934c6bea2c195b0a.zip |
- Update to 0.0.619gda835ff
PR: 206187
Submitted by: maintainer
Diffstat (limited to 'dns/dnsdist/files')
-rw-r--r-- | dns/dnsdist/files/patch-iputils.hh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dns/dnsdist/files/patch-iputils.hh b/dns/dnsdist/files/patch-iputils.hh new file mode 100644 index 000000000000..fead6b9f76e7 --- /dev/null +++ b/dns/dnsdist/files/patch-iputils.hh @@ -0,0 +1,14 @@ +--- iputils.hh.orig 2016-01-13 10:18:24 UTC ++++ iputils.hh +@@ -59,6 +59,11 @@ + #define le64toh(x) OSSwapLittleToHostInt64(x) + #endif + ++// for FreeBSD ++#ifdef __FreeBSD__ ++#include <sys/endian.h> ++#endif ++ + // for illumos + #ifdef BE_64 + |