From 0a2914bf6a505456edfc6610ef1523f048c4067e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 29 Apr 2016 15:41:40 +0000 Subject: - Fix build with the recent libc++ PR: 209097 Submitted by: dim --- security/hpenc/files/patch-src_common.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/hpenc/files/patch-src_common.h (limited to 'security/hpenc/files/patch-src_common.h') diff --git a/security/hpenc/files/patch-src_common.h b/security/hpenc/files/patch-src_common.h new file mode 100644 index 000000000000..e1fbaa5c8ee4 --- /dev/null +++ b/security/hpenc/files/patch-src_common.h @@ -0,0 +1,11 @@ +--- src/common.h.orig 2014-10-21 15:58:03 UTC ++++ src/common.h +@@ -28,7 +28,7 @@ + // Ugly, ugly hack + #if defined(__clang__) && \ + (__STDC_VERSION__ >= 201112L || __cplusplus >= 201103L) && \ +- !defined(__CLANG_MAX_ALIGN_T_DEFINED) ++ !defined(__CLANG_MAX_ALIGN_T_DEFINED) && !defined(_LIBCPP_STDDEF_H) + typedef struct { + long long __clang_max_align_nonce1 + __attribute__((__aligned__(__alignof__(long long)))); -- cgit v1.2.3