usbtop: rebuild against boost-1.69.0
This commit is contained in:
parent
2f4ccefbfc
commit
67fe23aa52
2 changed files with 11 additions and 1 deletions
10
srcpkgs/usbtop/patches/boost-1.69.patch
Normal file
10
srcpkgs/usbtop/patches/boost-1.69.patch
Normal file
|
@ -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 <cstddef>
|
||||
|
||||
#include <boost/circular_buffer.hpp>
|
||||
+#include <boost/noncopyable.hpp>
|
||||
#include <boost/thread/shared_mutex.hpp>
|
||||
|
||||
#define LIVE_SAMPLE_COUNT 128
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue