diff options
Diffstat (limited to 'www/chromium/files/extra-patch-gcc')
| -rw-r--r-- | www/chromium/files/extra-patch-gcc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc index af7a34a48349..421c0f83e9ac 100644 --- a/www/chromium/files/extra-patch-gcc +++ b/www/chromium/files/extra-patch-gcc @@ -38,3 +38,15 @@ #include "content/common/content_export.h" +--- third_party/ffmpeg/libavutil/cpu.c.orig 2013-11-16 01:26:14.000000000 +0100 ++++ third_party/ffmpeg/libavutil/cpu.c 2013-11-19 00:24:53.000000000 +0100 +@@ -21,6 +21,9 @@ + #include "opt.h" + #include "common.h" + ++/* TODO(rene) work around a compile error with GCC 4.6.4 on FreeBSD */ ++#define __BSD_VISIBLE 1 ++ + #if HAVE_SCHED_GETAFFINITY + #ifndef _GNU_SOURCE + # define _GNU_SOURCE |
