Date: Mon, 05 Dec 2011 22:14:30 +0200 From: Jan Beich <jbeich@tormail.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/163087: [patch] benchmarks/lmbench: respect CC Message-ID: <1RXevx-000KNo-Q8@internal.tormail.net> Resent-Message-ID: <201112052020.pB5KKBZv094623@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163087 >Category: ports >Synopsis: [patch] benchmarks/lmbench: respect CC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 05 20:20:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: Do not guess system compiler using scripts/compiler. >How-To-Repeat: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/lmbench-3.0.a9_1,1.log >Fix: --- cc.diff begins here ---- Index: benchmarks/lmbench/Makefile =================================================================== RCS file: /a/.csup/ports/benchmarks/lmbench/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- benchmarks/lmbench/Makefile 22 Aug 2009 00:15:00 -0000 1.24 +++ benchmarks/lmbench/Makefile 5 Dec 2011 19:58:59 -0000 @@ -18,6 +18,7 @@ MAINTAINER= sacchi@gmail.com COMMENT= A system performance measurement tool ALL_TARGET= build +MAKE_ARGS= CC='${CC}' MAKE_ENV= PATH=${PATH}:${WRKSRC}/scripts MAN1= bargraph.1 graph.1 pgraph.1 rccs.1 MAN3= lmbench.3 reporting.3 results.3 timing.3 --- cc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1RXevx-000KNo-Q8>