summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-12 15:11:37 +0000
committerhans <hans@pkgsrc.org>2012-01-12 15:11:37 +0000
commit4ef53fe0808c0818a7ae91d1cb34a5d714d1fa0d (patch)
tree75eaedaac49b021d606d2fccdbc91944eccc1af2 /benchmarks/iozone
parentb0374531c16841b5d6b2c2a3526b3f7e7242e78d (diff)
downloadpkgsrc-4ef53fe0808c0818a7ae91d1cb34a5d714d1fa0d.tar.gz
Fix build on SunOS.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index c860b4d1bce..fe2bebc1f18 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2011/12/02 15:31:44 hauke Exp $
+# $NetBSD: Makefile,v 1.43 2012/01/12 15:11:37 hans Exp $
DISTNAME= iozone3_397
PKGNAME= iozone-3.397
@@ -21,6 +21,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src/current
MAKE_FILE= makefile
USE_TOOLS+= tee perl
+CPPFLAGS.SunOS+= -Dsolaris
+
.include "../../mk/bsd.prefs.mk"
.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux" || ${OPSYS} == "DragonFly"