Date: Tue, 22 Apr 2014 12:29:45 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351822 - head/multimedia/tvheadend/files Message-ID: <201404221229.s3MCTjJK015496@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Tue Apr 22 12:29:45 2014 New Revision: 351822 URL: http://svnweb.freebsd.org/changeset/ports/351822 QAT: https://qat.redports.org/buildarchive/r351822/ Log: - Fix building with clang 3.4 on head Reported by: pkg-fallout Added: head/multimedia/tvheadend/files/patch-src__tvhtime.h (contents, props changed) Added: head/multimedia/tvheadend/files/patch-src__tvhtime.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tvheadend/files/patch-src__tvhtime.h Tue Apr 22 12:29:45 2014 (r351822) @@ -0,0 +1,11 @@ +--- src/tvhtime.h.orig 2013-07-26 16:17:22.000000000 +0000 ++++ src/tvhtime.h 2014-04-22 12:26:51.000000000 +0000 +@@ -18,7 +18,7 @@ + */ + + #ifndef __TVH_TIME_H__ +-#define __TVH_TIME_H_ ++#define __TVH_TIME_H__ + + extern uint32_t tvhtime_update_enabled; + extern uint32_t tvhtime_ntp_enabled;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404221229.s3MCTjJK015496>