ports/163087: [patch] benchmarks/lmbench: respect CC

Jan Beich jbeich at tormail.net
Mon Dec 5 20:20:12 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list