svn commit: r334275 - head/www/chromium/files
Rene Ladan
rene at FreeBSD.org
Mon Nov 18 23:34:49 UTC 2013
Author: rene
Date: Mon Nov 18 23:34:49 2013
New Revision: 334275
URL: http://svnweb.freebsd.org/changeset/ports/334275
Log:
Fix build when GCC is selected.
Submitted by: private mail
Discussed with: cognet / gahr
Modified:
head/www/chromium/files/extra-patch-gcc
Modified: head/www/chromium/files/extra-patch-gcc
==============================================================================
--- head/www/chromium/files/extra-patch-gcc Mon Nov 18 23:26:09 2013 (r334274)
+++ head/www/chromium/files/extra-patch-gcc Mon Nov 18 23:34:49 2013 (r334275)
@@ -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
More information about the svn-ports-head
mailing list