1
0
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:
Piotr Kubaj 2020-02-03 12:16:41 +00:00
parent fa7c26b43c
commit 1dd39b1ca9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525032

View File

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