Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 21:45:37 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326551 - head/multimedia/libxine/files
Message-ID:  <201309062145.r86LjbJC008760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Fri Sep  6 21:45:37 2013
New Revision: 326551
URL: http://svnweb.freebsd.org/changeset/ports/326551

Log:
  (Attempt to) Fix build with clang+libc++.
  
  Submitted by:	pb2 via bapt

Modified:
  head/multimedia/libxine/files/patch-include-xine-post.h   (contents, props changed)

Modified: head/multimedia/libxine/files/patch-include-xine-post.h
==============================================================================
--- head/multimedia/libxine/files/patch-include-xine-post.h	Fri Sep  6 21:22:16 2013	(r326550)
+++ head/multimedia/libxine/files/patch-include-xine-post.h	Fri Sep  6 21:45:37 2013	(r326551)
@@ -1,6 +1,16 @@
 --- include/xine/post.h.orig
 +++ include/xine/post.h
-@@ -397,7 +397,7 @@ static xine_post_api_parameter_t temp_p[
+@@ -23,6 +23,9 @@
+ #ifndef XINE_POST_H
+ #define XINE_POST_H
+ 
++/* for offsetof() */
++#include <stddef.h>
++
+ #include <xine.h>
+ #include <xine/video_out.h>
+ #include <xine/audio_out.h>
+@@ -397,7 +400,7 @@ static xine_post_api_parameter_t temp_p[
  
  #define PARAM_ITEM( param_type, var, enumv, min, max, readonly, descr ) \
  { param_type, #var, sizeof(temp_s.var), \



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