mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
devel/cereal: fix build on GCC architectures
The port adds -std=gnu++11 to CXXFLAGS.
This commit is contained in:
parent
fa7c26b43c
commit
1dd39b1ca9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525032
@ -16,7 +16,7 @@ BUILD_DEPENDS= boost-libs>=1.69:devel/boost-libs \
|
||||
cmake>=2.6.2:devel/cmake \
|
||||
ninja>=1.8.2:devel/ninja
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= USCiLab
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user