diff --git a/srcpkgs/usbtop/patches/boost-1.69.patch b/srcpkgs/usbtop/patches/boost-1.69.patch new file mode 100644 index 0000000000..5fa81132d3 --- /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 1734873eb3..73d880cd46 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"