svn commit: r326551 - head/multimedia/libxine/files

Juergen Lock nox at FreeBSD.org
Fri Sep 6 21:45:38 UTC 2013


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), \


More information about the svn-ports-all mailing list