Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 23:34:49 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334275 - head/www/chromium/files
Message-ID:  <201311182334.rAINYn4I015687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311182334.rAINYn4I015687>