diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 03:35:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-13 03:35:51 +0000 |
commit | ba601f25ac232b149cd091af813e9eab852a447b (patch) | |
tree | 0e89021fd44a8edda1d97d4e3b9b90599d254d40 /benchmarks/fio | |
parent | 65cfb4ff6eb45936d6d0f8abedf0a4b25781a555 (diff) |
Notes
Diffstat (limited to 'benchmarks/fio')
-rw-r--r-- | benchmarks/fio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index c265976adbf5..b5af0d391cc3 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -20,7 +20,7 @@ GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot BROKEN_aarch64= Fails to compile: error: sys/auxv.h file not found BROKEN_armv6= Fails to compile: error: use of undeclared identifier nop -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Fails to compile: verify.c:1574: undefined reference to bswap64 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin |