=================================================================== RCS file: /cvs/ports/net/xmrig-proxy/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/net/xmrig-proxy/Makefile 2021/09/06 07:36:44 1.1 +++ ports/net/xmrig-proxy/Makefile 2021/09/06 08:13:56 1.2 @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2021/09/06 07:36:44 kirby Exp $ +# $OpenBSD: Makefile,v 1.2 2021/09/06 08:13:56 kirby Exp $ -COMMENT = Monero (XMR) Stratum protocol prox +COMMENT = Monero (XMR) Stratum protocol proxy GH_ACCOUNT = xmrig GH_PROJECT = xmrig-proxy @@ -14,6 +14,9 @@ PERMIT_PACKAGE = Yes WANTLIB = ${COMPILER_LIBCXX} c crypto m ssl uv + +# C++11 +COMPILER = base-clang ports-gcc MODULES = devel/cmake