1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-09-19 19:40:37 +00:00
parent fcdfcd365a
commit cd698a32e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512369

View File

@ -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