diff options
Diffstat (limited to 'multimedia/libvpx/files/patch-nestegg_halloc_src')
-rw-r--r-- | multimedia/libvpx/files/patch-nestegg_halloc_src | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/multimedia/libvpx/files/patch-nestegg_halloc_src b/multimedia/libvpx/files/patch-nestegg_halloc_src deleted file mode 100644 index cfe19e7c7e36..000000000000 --- a/multimedia/libvpx/files/patch-nestegg_halloc_src +++ /dev/null @@ -1,31 +0,0 @@ - -$FreeBSD$ - -Fix build on modern gcc which defines max_align_t for C11 -It renames the locale definition to avoid the name clash. - ---- nestegg/halloc/src/align.h.orig -+++ nestegg/halloc/src/align.h -@@ -30,7 +30,7 @@ - void (*q)(void); - }; - --typedef union max_align max_align_t; -+typedef union max_align halloc_max_align_t; - - #endif - - -$FreeBSD$ - ---- nestegg/halloc/src/halloc.c.orig -+++ nestegg/halloc/src/halloc.c -@@ -30,7 +30,7 @@ - #endif - hlist_item_t siblings; /* 2 pointers */ - hlist_head_t children; /* 1 pointer */ -- max_align_t data[1]; /* not allocated, see below */ -+ halloc_max_align_t data[1]; /* not allocated, see below */ - - } hblock_t; - |