Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2018 21:29:18 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459703 - head/multimedia/libvdpau-va-gl/files
Message-ID:  <201801222129.w0MLTIpP055165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jan 22 21:29:18 2018
New Revision: 459703
URL: https://svnweb.freebsd.org/changeset/ports/459703

Log:
  Fix build with clang 6.

Added:
  head/multimedia/libvdpau-va-gl/files/
  head/multimedia/libvdpau-va-gl/files/patch-src_entry.cc   (contents, props changed)

Added: head/multimedia/libvdpau-va-gl/files/patch-src_entry.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/libvdpau-va-gl/files/patch-src_entry.cc	Mon Jan 22 21:29:18 2018	(r459703)
@@ -0,0 +1,10 @@
+--- src/entry.cc.orig	2016-09-27 14:21:12 UTC
++++ src/entry.cc
+@@ -22,7 +22,6 @@
+  * SOFTWARE.
+  */
+ 
+-#define _XOPEN_SOURCE   500
+ #include "api.hh"
+ #include "compat.hh"
+ #include "globals.hh"



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