Created attachment 168860 [details] Patch to fix compile issue on FreeBSD 9.3 Compiling on FreeBSD 9.3 produces an issue with undefined reference to '__builtin_bswap64'. The attached patch adds the correct include to fix the compile issue.
A commit references this bug: Author: junovitch Date: Sun Apr 3 14:59:51 UTC 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@Nanoteq.com (maintainer) MFH: 2016Q2 (build fix blanket) Changes: head/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
A commit references this bug: Author: junovitch Date: Sun Apr 3 15:02:08 UTC 2016 New revision: 412482 URL: https://svnweb.freebsd.org/changeset/ports/412482 Log: MFH: r412481 security/strongswan: unbreak FreeBSD 9 builds - Add patch to include sys/endian.h header PR: 208446 Submitted by: strongswan@Nanoteq.com (maintainer) Approved by: ports-secteam (build fix blanket) Changes: _U branches/2016Q2/ branches/2016Q2/security/strongswan/files/patch-src_libstrongswan_utils_utils_byteorder.h
Committed. Thank you!
I think this patch can now be removed. Thank you!