mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with clang
This commit is contained in:
parent
516aa9965a
commit
3ee9f22e80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324075
1 changed files with 4 additions and 7 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: pathchirp
|
||||
# Date created: 19 May 2005
|
||||
# Whom: dikshie <dikshie@lapi.itb.ac.id>
|
||||
#
|
||||
# Created by: dikshie <dikshie@lapi.itb.ac.id>
|
||||
# $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
|
||||
|
|
Loading…
Add table
Reference in a new issue