Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 22:08:07 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393621 - branches/2015Q3/www/chromium/files
Message-ID:  <201508052208.t75M87q0063966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Aug  5 22:08:06 2015
New Revision: 393621
URL: https://svnweb.freebsd.org/changeset/ports/393621

Log:
  MFH: r393619
  
  Fix build on FreeBSD 9.X
  
  PR:		202020
  Submitted by:	gja822@narod.ru
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q3/www/chromium/files/extra-patch-gcc
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/www/chromium/files/extra-patch-gcc
==============================================================================
--- branches/2015Q3/www/chromium/files/extra-patch-gcc	Wed Aug  5 22:06:05 2015	(r393620)
+++ branches/2015Q3/www/chromium/files/extra-patch-gcc	Wed Aug  5 22:08:06 2015	(r393621)
@@ -107,13 +107,13 @@
    SmartArrayPointer<char> function_name;
 --- third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c.orig	2015-07-24 22:27:11.000000000 +0200
 +++ third_party/ffmpeg/libavutil/autorename_libavutil_cpu.c	2015-07-26 17:38:40.937606000 +0200
-@@ -37,6 +37,7 @@
- #if HAVE_SYS_PARAM_H
- #include <sys/param.h>
+@@ -34,6 +34,7 @@
+ #include <windows.h>
  #endif
+ #if HAVE_SYSCTL
 +#define __BSD_VISIBLE 1
- #include <sys/types.h>
- #include <sys/sysctl.h>
+ #if HAVE_SYS_PARAM_H
+ #include <sys/param.h>
  #endif
 --- v8/src/compiler/graph-visualizer.h.orig	2015-07-24 22:28:03.000000000 +0200
 +++ v8/src/compiler/graph-visualizer.h	2015-07-26 18:37:45.488253000 +0200



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