Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34747 - fluxbox-0.1.14-r2 has broken DEPEND
Summary: fluxbox-0.1.14-r2 has broken DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Commonbox Team
URL: http://chinstrap.alternating.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-30 03:15 UTC by Spider (RETIRED)
Modified: 2003-12-06 00:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Spider (RETIRED) gentoo-dev 2003-11-30 03:15:38 UTC
>if pkg-config xft
>then
>        CXXFLAGS="${CXXFLAGS} -I/usr/include/freetype2"
>fi




This fails for my systems, as pkg-config isn't installed and not listed in DEPEND.  

Either add pkg-config  to DEPEND, or change that test to something else.
Comment 1 SpanKY gentoo-dev 2003-11-30 03:21:26 UTC
that kind of code should never be in global scope ...

so while thats being fixed up, please move that code to src_compile and change the CXXFLAGS= to append-flags ...
Comment 2 Markus Nigbur (RETIRED) gentoo-dev 2003-12-06 00:15:43 UTC
nice catch, fixed in cvs.