Our stddef.h provides max_align_t, let cstddef provide std::max_align_t

This unbreaks www/webkitgtk4 on sparc64.  ok pascal@ (maintainer)
This commit is contained in:
jca 2019-03-24 16:47:48 +00:00
parent 3ee389731a
commit c5859b7f0c
9 changed files with 6 additions and 78 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.66 2019/02/28 01:52:37 naddy Exp $
# $OpenBSD: Makefile,v 1.67 2019/03/24 16:47:48 jca Exp $
ONLY_FOR_ARCHS = ${GCC49_ARCHS}
DPB_PROPERTIES = parallel
V = 4.9.4
REVISION = 17
REVISION = 18
FULL_VERSION = $V
FULL_PKGVERSION = $V

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libstdc++-v3_include_c_global_cstddef,v 1.1.1.1 2014/06/26 16:30:18 pascal Exp $
--- libstdc++-v3/include/c_global/cstddef.orig Mon Dec 2 14:32:27 2013
+++ libstdc++-v3/include/c_global/cstddef Mon Dec 2 14:32:34 2013
@@ -44,7 +44,7 @@
#include <bits/c++config.h>
#include <stddef.h>
-#if __cplusplus >= 201103L
+#if 0
namespace std
{
// We handle size_t, ptrdiff_t, and nullptr_t in c++config.h.

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libstdc++-v3_include_c_std_cstddef,v 1.1.1.1 2014/06/26 16:30:18 pascal Exp $
--- libstdc++-v3/include/c_std/cstddef.orig Mon Dec 2 13:55:12 2013
+++ libstdc++-v3/include/c_std/cstddef Mon Dec 2 13:55:25 2013
@@ -44,7 +44,7 @@
#include <bits/c++config.h>
#include <stddef.h>
-#if __cplusplus >= 201103L
+#if 0
namespace std
{
// We handle size_t, ptrdiff_t, and nullptr_t in c++config.h.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2018/12/29 10:11:20 pascal Exp $
# $OpenBSD: Makefile,v 1.25 2019/03/24 16:47:48 jca Exp $
ONLY_FOR_ARCHS = ${GCC49_ARCHS}
DPB_PROPERTIES = parallel
@ -6,7 +6,7 @@ DPB_PROPERTIES = parallel
V = 6.5.0
FULL_VERSION = $V
FULL_PKGVERSION = $V
REVISION = 0
REVISION = 1
ADASTRAP_LIBC-amd64 = 93.0
ADASTRAP_LIBM-amd64 = 10.1

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libstdc++-v3_include_c_global_cstddef,v 1.1.1.1 2016/09/04 16:20:19 pascal Exp $
--- libstdc++-v3/include/c_global/cstddef.orig Tue Feb 23 16:57:09 2016
+++ libstdc++-v3/include/c_global/cstddef Tue Aug 23 15:48:25 2016
@@ -49,7 +49,7 @@
#include <bits/c++config.h>
#include <stddef.h>
-#if __cplusplus >= 201103L
+#if 0
namespace std
{
// We handle size_t, ptrdiff_t, and nullptr_t in c++config.h.

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libstdc++-v3_include_c_std_cstddef,v 1.1.1.1 2016/09/04 16:20:19 pascal Exp $
--- libstdc++-v3/include/c_std/cstddef.orig Mon Dec 2 13:55:12 2013
+++ libstdc++-v3/include/c_std/cstddef Mon Dec 2 13:55:25 2013
@@ -44,7 +44,7 @@
#include <bits/c++config.h>
#include <stddef.h>
-#if __cplusplus >= 201103L
+#if 0
namespace std
{
// We handle size_t, ptrdiff_t, and nullptr_t in c++config.h.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2019/02/28 01:52:37 naddy Exp $
# $OpenBSD: Makefile,v 1.8 2019/03/24 16:47:48 jca Exp $
BROKEN-i386 = ld: error: cp-demangle.c:(.debug_info+0x30115): has non-ABS relocation R_386_GOTOFF against symbol '.LC60'
@ -13,7 +13,7 @@ DPB_PROPERTIES = parallel
V = 8.2.0
FULL_VERSION = $V
FULL_PKGVERSION = $V
REVISION = 2
REVISION = 3
ADASTRAP_LIBC-amd64 = 93.0
ADASTRAP_LIBM-amd64 = 10.1

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libstdc++-v3_include_c_global_cstddef,v 1.1.1.1 2019/01/04 15:50:40 pascal Exp $
--- libstdc++-v3/include/c_global/cstddef.orig Tue Feb 23 16:57:09 2016
+++ libstdc++-v3/include/c_global/cstddef Tue Aug 23 15:48:25 2016
@@ -49,7 +49,7 @@
#include <bits/c++config.h>
#include <stddef.h>
-#if __cplusplus >= 201103L
+#if 0
namespace std
{
// We handle size_t, ptrdiff_t, and nullptr_t in c++config.h.

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libstdc++-v3_include_c_std_cstddef,v 1.1.1.1 2019/01/04 15:50:40 pascal Exp $
--- libstdc++-v3/include/c_std/cstddef.orig Mon Dec 2 13:55:12 2013
+++ libstdc++-v3/include/c_std/cstddef Mon Dec 2 13:55:25 2013
@@ -44,7 +44,7 @@
#include <bits/c++config.h>
#include <stddef.h>
-#if __cplusplus >= 201103L
+#if 0
namespace std
{
// We handle size_t, ptrdiff_t, and nullptr_t in c++config.h.