Files
pkgsrc-ng/devel/xulrunner17/patches/patch-media_libnestegg_src_align.h
2016-11-18 22:39:22 +01:00

15 lines
376 B
C

$NetBSD: patch-media_libnestegg_src_align.h,v 1.1 2016/03/26 23:26:14 joerg Exp $
--- media/libnestegg/src/align.h.orig 2016-03-26 12:36:49.221957164 +0000
+++ media/libnestegg/src/align.h
@@ -30,7 +30,9 @@ union max_align
void (*q)(void);
};
+#if (__STDC_VERSION__ - 0) < 201112L && (__cplusplus - 0) < 201103L
typedef union max_align max_align_t;
+#endif
#endif