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

Disable native CPU support and hence some advanced instructions to

prevent breakage execution with some older CPUs

Reported by:	avg
This commit is contained in:
Kirill Ponomarev 2019-09-30 09:07:19 +00:00
parent 590788486e
commit b4789211bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513333

View File

@ -3,6 +3,7 @@
PORTNAME= fio
PORTVERSION= 3.16
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/
@ -12,8 +13,11 @@ COMMENT= Flexible IO tester
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
HAS_CONFIGURE= yes
USES= gmake tar:bzip2
CONFIGURE_ARGS+= --disable-native
OPTIONS_DEFINE= GNUPLOT EXAMPLES
GNUPLOT_DESC= Support for plotting graphs