mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue