From 3ee9f22e802b73a5680b18d6133e27b37f183209 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 31 Jul 2013 22:53:40 +0000 Subject: Fix build with clang --- benchmarks/pathchirp/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'benchmarks/pathchirp/Makefile') diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile index 25023fe6a705..7bd2f8ac774d 100644 --- a/benchmarks/pathchirp/Makefile +++ b/benchmarks/pathchirp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pathchirp -# Date created: 19 May 2005 -# Whom: dikshie -# +# Created by: dikshie # $FreeBSD$ -# PORTNAME= pathchirp PORTVERSION= 2.4.1 @@ -11,10 +7,11 @@ CATEGORIES= benchmarks MASTER_SITES= http://www.spin.rice.edu/Software/pathChirp/ MAINTAINER= dikshie@lapi.itb.ac.id -COMMENT= A measurement tool for available bandwidth estimation +COMMENT= Measurement tool for available bandwidth estimation GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run -- cgit v1.2.3