svn commit: r351822 - head/multimedia/tvheadend/files

Bernhard Froehlich decke at FreeBSD.org
Tue Apr 22 12:29:46 UTC 2014


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;


More information about the svn-ports-all mailing list