Date: Thu, 19 Sep 2019 19:40:37 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512369 - head/sysutils/frand Message-ID: <201909191940.x8JJeblh093775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Sep 19 19:40:37 2019 New Revision: 512369 URL: https://svnweb.freebsd.org/changeset/ports/512369 Log: sysutils/frand: fix build on GCC architectures Use C++11 compiler: /wrkdirs/usr/ports/sysutils/frand/work/frand-0.1/main.cpp:7: error: ISO C++ forbids declaration of 'sample_sets_count' with no type Approved by: mentors (implicit approval) Modified: head/sysutils/frand/Makefile Modified: head/sysutils/frand/Makefile ============================================================================== --- head/sysutils/frand/Makefile Thu Sep 19 19:20:39 2019 (r512368) +++ head/sysutils/frand/Makefile Thu Sep 19 19:40:37 2019 (r512369) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs -USES= cmake +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= serpent7776
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909191940.x8JJeblh093775>