--- /dev/null
+--- nonolith-connect-1.1/websocketpp/src/websocket_server_session.cpp.old 2016-09-25 18:13:31.820474134 -0400
++++ nonolith-connect-1.1/websocketpp/src/websocket_server_session.cpp 2016-09-25 18:38:52.654567787 -0400
+@@ -41,8 +41,11 @@
+ #include <iostream>
+ #include <sstream>
+ #include <string>
++
++#if __cplusplus < 201103L
+ #include <ext/algorithm>
+ using __gnu_cxx::copy_n;
++#endif
+
+ using websocketpp::server_session;
+
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit eutils scons-utils toolchain-funcs user
+inherit scons-utils toolchain-funcs user
DESCRIPTION="CEE (Control - Experiment - Explore) analog multitool"
HOMEPAGE="http://www.nonolithlabs.com/cee/"
RDEPEND="
dev-libs/boost
- virtual/udev"
+ virtual/udev
+"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/${PV}-cflags-respect.patch" )
+PATCHES=(
+ "${FILESDIR}/${PV}-cflags-respect.patch"
+ "${FILESDIR}/${PV}-gcc6.patch"
+)
pkg_setup() {
tc-export CC CXX
enewuser nonolithd -1 -1 /dev/null usb
}
-src_prepare() {
- epatch "${PATCHES[@]}"
-}
-
src_configure() {
myesconsargs=(
boost_static=0