View | Details | Raw Unified | Return to bug 202020 | Differences between
and this patch

Collapse All | Expand All

(-)files/extra-patch-gcc (-7 / +7 lines)
Lines 105-120 Link Here
105
                             const char* suffix, const char* mode) {
105
                             const char* suffix, const char* mode) {
106
   EmbeddedVector<char, 256> filename;
106
   EmbeddedVector<char, 256> filename;
107
   SmartArrayPointer<char> function_name;
107
   SmartArrayPointer<char> function_name;
108
--- third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c.orig	2015-07-24 22:27:11.000000000 +0200
108
--- third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c.orig        2015-07-28 21:14:40.000000000 +0100
109
+++ third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c	2015-07-26 17:38:40.937606000 +0200
109
+++ third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c     2015-08-04 02:08:38.949613079 +0100
110
@@ -37,6 +37,7 @@
110
@@ -34,6 +34,7 @@
111
 #include <windows.h>
112
 #endif
113
 #if HAVE_SYSCTL
114
+#define __BSD_VISIBLE 1
111
 #if HAVE_SYS_PARAM_H
115
 #if HAVE_SYS_PARAM_H
112
 #include <sys/param.h>
116
 #include <sys/param.h>
113
 #endif
117
 #endif
114
+#define __BSD_VISIBLE 1
115
 #include <sys/types.h>
116
 #include <sys/sysctl.h>
117
 #endif
118
--- v8/src/compiler/graph-visualizer.h.orig	2015-07-24 22:28:03.000000000 +0200
118
--- v8/src/compiler/graph-visualizer.h.orig	2015-07-24 22:28:03.000000000 +0200
119
+++ v8/src/compiler/graph-visualizer.h	2015-07-26 18:37:45.488253000 +0200
119
+++ v8/src/compiler/graph-visualizer.h	2015-07-26 18:37:45.488253000 +0200
120
@@ -5,7 +5,7 @@
120
@@ -5,7 +5,7 @@

Return to bug 202020