svn commit: r393621 - branches/2015Q3/www/chromium/files

Rene Ladan rene at FreeBSD.org
Wed Aug 5 22:08:07 UTC 2015


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 at 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


More information about the svn-ports-branches mailing list