svn commit: r412481 - head/security/strongswan/files
Jason Unovitch
junovitch at FreeBSD.org
Sun Apr 3 14:59:52 UTC 2016
Author: junovitch
Date: Sun Apr 3 14:59:51 2016
New Revision: 412481
URL: https://svnweb.freebsd.org/changeset/ports/412481
Log:
security/strongswan: unbreak FreeBSD 9 builds
- Add patch to include sys/endian.h header
PR: 208446
Submitted by: strongswan at Nanoteq.com (maintainer)
MFH: 2016Q2 (build fix blanket)
Added:
head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h (contents, props changed)
Added: head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h Sun Apr 3 14:59:51 2016 (r412481)
@@ -0,0 +1,13 @@
+--- src/libstrongswan/utils/utils/byteorder.h.orig 2016-03-29 06:56:52 UTC
++++ src/libstrongswan/utils/utils/byteorder.h
+@@ -22,6 +22,10 @@
+ #ifndef BYTEORDER_H_
+ #define BYTEORDER_H_
+
++#if defined(__FreeBSD__)
++#include <sys/endian.h>
++#endif
++
+ /**
+ * Architecture independent bitfield definition helpers (at least with GCC).
+ *
More information about the svn-ports-all
mailing list