summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-boost-1.67.patch
blob: c47d6e849dc1db8b6b191fe3f683ade2716e0ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
--- 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>