aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2018-01-27 12:44:00 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2018-01-27 12:44:00 +0000
commit11d9b6d29de7d26abbbdcf603acac8ead7711a0e (patch)
treeec7b85cc70593a3808abfeb168179b554ec9fefa /benchmarks
parentb9747f1f1e6002b619221456fca4919d7d0f3016 (diff)
downloadports-11d9b6d29de7d26abbbdcf603acac8ead7711a0e.tar.gz
ports-11d9b6d29de7d26abbbdcf603acac8ead7711a0e.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/stress-ng/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile
index 068cd5eef0af..ae818827157a 100644
--- a/benchmarks/stress-ng/Makefile
+++ b/benchmarks/stress-ng/Makefile
@@ -18,6 +18,12 @@ ALL_TARGET= # empty
PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 && ${ARCH} == i386
+BROKEN= undefined reference to '__atomic_fetch_add_8'
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1