Bug 53791

Summary: Can't pass CPPFLAGS to configure when WITH_QT_VER setted (patch)
Product: Ports & Packages Reporter: Sergey Matveychuk <sem>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: kde
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sergey Matveychuk 2003-06-26 19:20:10 UTC
	
	My port can build WITH_QT or without it. Also I pass CPPFLAGS
	to 'configure' by CONFIGURE_ENV. When I don't set WITH_QT
	all goes right, when I don't set it I loss CPPFLAGS in
	'configure'. It's happened because these lines in bsd.kde.mk:

        CONFIGURE_ENV+=	CPPFLAGS="${QTCPPFLAGS}"

	that overrides my CPPFLAGS settings.
	The followed patch fix it. I think it's unpainful for other KDE
	stuff.

	It's important for my port. So let me know if it's possible
	to commit it soon, please.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-06-26 19:43:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

over to maintainers
Comment 2 Will Andrews freebsd_committer freebsd_triage 2003-06-27 14:02:45 UTC
State Changed
From-To: open->feedback

What's wrong with appending to QTCPPFLAGS?  Also, do you think 
a similar thing should be added to QTCFGLIBS/LIBS (i.e. add 
LDFLAGS to that passed variable?
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2003-08-20 12:41:48 UTC
Hi Will, Hi Sem,

IIRC, Will told me on IRC that there were private followups to this PR between 
you two, which ended in an improved patch. 
Unfortunately this PR is still open. So I would like to see the improved patch 
too, either in my Inbox or in my cvsup :-)

regards
tilman
Comment 4 Michael Nottebrock freebsd_committer freebsd_triage 2004-02-05 01:53:35 UTC
State Changed
From-To: feedback->closed

Should be fixed with the 3.2.0 commit. Thanks for 
reporting!