From 67fe23aa52a4d196abeb32d1d2d47d9da92829db Mon Sep 17 00:00:00 2001 From: John Date: Wed, 12 Dec 2018 12:13:21 +0100 Subject: [PATCH] usbtop: rebuild against boost-1.69.0 --- srcpkgs/usbtop/patches/boost-1.69.patch | 10 ++++++++++ srcpkgs/usbtop/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/usbtop/patches/boost-1.69.patch diff --git a/srcpkgs/usbtop/patches/boost-1.69.patch b/srcpkgs/usbtop/patches/boost-1.69.patch new file mode 100644 index 00000000000..5fa81132d3a --- /dev/null +++ b/srcpkgs/usbtop/patches/boost-1.69.patch @@ -0,0 +1,10 @@ +--- include/usbtop/usb_stats.h 2017-12-17 22:14:26.000000000 +0100 ++++ - 2018-12-18 10:36:55.003948685 +0100 +@@ -35,6 +35,7 @@ + #include + + #include ++#include + #include + + #define LIVE_SAMPLE_COUNT 128 diff --git a/srcpkgs/usbtop/template b/srcpkgs/usbtop/template index 1734873eb31..73d880cd465 100644 --- a/srcpkgs/usbtop/template +++ b/srcpkgs/usbtop/template @@ -1,7 +1,7 @@ # Template file for 'usbtop' pkgname=usbtop version=0.2 -revision=2 +revision=3 wrksrc="usbtop-release-${version}" build_style=cmake makedepends="boost-devel libpcap-devel"