diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 17:26:02 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 17:26:02 +0000 |
commit | 4c1bb2118cfd92281f06d9014ef4783bd07a5202 (patch) | |
tree | 5510f7f9974c5dec8e1f0a8736366407b7b63b94 /benchmarks | |
parent | bbe2f884e1290172b72fdc436a164b5508575520 (diff) | |
download | pkgsrc-4c1bb2118cfd92281f06d9014ef4783bd07a5202.tar.gz |
NOT_FOR_PLATFORM Interix (only 32-bit off_t).
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index d9128232940..d791a0e8bed 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/10/19 15:27:19 adam Exp $ +# $NetBSD: Makefile,v 1.30 2005/10/31 17:26:02 tv Exp $ DISTNAME= iozone3_248 PKGNAME= iozone-3.248 @@ -12,6 +12,8 @@ COMMENT= Benchmark for file read and write speed RESTRICTED= "Publication of derivative works not allowed" +NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t + PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/src/current |