pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45287: sysutils/cdrtools fails to detect correct compiler
The following reply was made to PR pkg/45287; it has been noted by GNATS.
From: Aleksey Cheusov <cheusov%tut.by@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/45287: sysutils/cdrtools fails to detect correct compiler
Date: Thu, 25 Aug 2011 19:52:56 +0300
As far as I can see MAKE_ENV variable is not passed to
cdrtools' build system at "configure" stage.
In particular CCOM variable.
Try to replace
MAKE_ENV+= CCOM="gcc"
with
MAKE_FLAGS+= CCOM="gcc"
Does this change solve the problem?
Also, make sure that
bmake show-var VARNAME=PKGSRC_COMPILER
says "gcc". See mk/compiler.mk for details.
I propose to set this variable in mk.conf explicitely.
Home |
Main Index |
Thread Index |
Old Index