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:
parent
fcdfcd365a
commit
cd698a32e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512369
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user