summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-boost-1.67.patch
blob: f5733878279571bab69fb893c67253c9180cb0a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 212847f0efaeffee8422059b8e202d844174aaf3 Mon Sep 17 00:00:00 2001
From: Joachim Wilke <github.com@joachim-wilke.de>
Date: Thu, 28 Jun 2018 12:56:54 +0200
Subject: [PATCH] Add compatibility with boost 1.67

Refers to https://github.com/jowi24/vdr-fritz/issues/1
---
 TcpClient.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/TcpClient.cpp b/TcpClient.cpp
index b9b38e9..c6cc08e 100644
--- a/libnet++/TcpClient.cpp
+++ b/libnet++/TcpClient.cpp
@@ -19,6 +19,7 @@
  *
  */
 
+#define BOOST_ASIO_USE_BOOST_DATE_TIME_FOR_SOCKET_IOSTREAM
 #include "TcpClient.h"
 
 #include <liblog++/Log.h>