Bug 66925

Summary: sysutils/cdrtools install fails when build with CC=gcc
Product: Ports & Packages Reporter: Oleg Sharoiko <os>
Component: Individual Port(s)Assignee: Marius Strobl <marius>
Status: Closed FIXED    
Severity: Affects Only Me CC: and
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Oleg Sharoiko 2004-05-20 08:10:30 UTC
	During build process binaries are created under
	OBJ/i386-freebsd-${CC} directory, but install process always
	looks for them in OBJ/i386-freebsd-cc
	When CC is set to gcc install fails

Fix: 

Workaround:
	unsetenv CC
	make
	make install

	It would be nice if someone could fix Makefile.
How-To-Repeat: 	cd /usr/prots/sysutils/cdrtools
	setenv CC gcc
	make
	make install
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-20 08:15:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marius

Over to maintainer.
Comment 2 Marius Strobl freebsd_committer freebsd_triage 2004-05-27 19:53:20 UTC
State Changed
From-To: open->closed


Fixed, thanks for the report!