1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

benchmarks/fio: fix build on GCC architectures

Use C11 compiler:
Your compiler doesn't support C11 atomics. gcc 4.9/clang 3.6 are the
minimum versions with it - perhaps your compiler is too old?
C11 atomics support not found
This commit is contained in:
Piotr Kubaj 2020-09-03 12:11:37 +00:00
parent a9e561ce69
commit 2b64c00c4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547439

View File

@ -13,7 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
HAS_CONFIGURE= yes
USES= gmake tar:bzip2
USES= compiler:c11 gmake tar:bzip2
CONFIGURE_ARGS+= --disable-native