From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 8 20:40:02 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.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 913D8C72 for ; Sun, 8 Sep 2013 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7C5262004 for ; Sun, 8 Sep 2013 20:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Ke1gO036904 for ; Sun, 8 Sep 2013 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Ke0GR036600; Sun, 8 Sep 2013 20:40:00 GMT (envelope-from gnats) Date: Sun, 8 Sep 2013 20:40:00 GMT Message-Id: <201309082040.r88Ke0GR036600@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: Vladimir Kondratiev Subject: Re: ports/181909: multimedia/vlc: SegmentInfoCommon.h:43:17: error: unknown type name 'time_t' X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Vladimir Kondratiev List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 20:40:02 -0000 The following reply was made to PR ports/181909; it has been noted by GNATS. From: Vladimir Kondratiev To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/181909: multimedia/vlc: SegmentInfoCommon.h:43:17: error: unknown type name 'time_t' Date: Mon, 09 Sep 2013 00:31:10 +0400 This is a multi-part message in MIME format. --------------020306090803050306040605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Attached patch fixed build for me --------------020306090803050306040605 Content-Type: text/x-chdr; name="patch-modules-stream_filter-dash-mpd-SegmentInfoCommon.h" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="patch-modules-stream_filter-dash-mpd-SegmentInfoCommon.h" --- modules/stream_filter/dash/mpd/SegmentInfoCommon.h.orig 2013-09-08 15:49:25.798733429 +0400 +++ modules/stream_filter/dash/mpd/SegmentInfoCommon.h 2013-09-08 15:47:51.808708649 +0400 @@ -27,6 +27,7 @@ #include #include +#include namespace dash { --------------020306090803050306040605--