diff options
Diffstat (limited to 'benchmarks/netio/Makefile')
-rw-r--r-- | benchmarks/netio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index 82ed98d8109c..bacb7b860a80 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= netio -PORTVERSION= 1.26 +PORTVERSION= 1.32 CATEGORIES= benchmarks net ipv6 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= arved -DISTNAME= netio126 +DISTNAME= netio132 MAINTAINER= arved@FreeBSD.org COMMENT= Network benchmark @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR} USES= gmake zip PLIST_FILES= bin/netio -CFLAGS+= -DUNIX +CFLAGS+= -DUNIX -DSOCKLEN_T LIBS+= -pthread MAKE_ENV+= OUT=-o |