Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2016 14:59:51 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412481 - head/security/strongswan/files
Message-ID:  <201604031459.u33Expv5062077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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).
+  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604031459.u33Expv5062077>