From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 21:45:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01D18E41; Fri, 6 Sep 2013 21:45:38 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E3F742A6C; Fri, 6 Sep 2013 21:45:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86LjbsL008761; Fri, 6 Sep 2013 21:45:37 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86LjbJC008760; Fri, 6 Sep 2013 21:45:37 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201309062145.r86LjbJC008760@svn.freebsd.org> From: Juergen Lock Date: Fri, 6 Sep 2013 21:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326551 - head/multimedia/libxine/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 21:45:38 -0000 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 ++ + #include + #include + #include +@@ -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), \