Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79386 - lcms installs bad .pc file
Summary: lcms installs bad .pc file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 45095
  Show dependency tree
 
Reported: 2005-01-24 14:43 UTC by Loz Hygate
Modified: 2005-01-30 01:29 UTC (History)
0 users

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


Attachments
Change includedir during configure rather than make (lcms-gentoo.diff,573 bytes, patch)
2005-01-24 14:45 UTC, Loz Hygate
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loz Hygate 2005-01-24 14:43:42 UTC
The CFLAGS on /usr/lib/pkgconfig/lcms.pc are wrong. This is because lcms creates it during configure, but the ebuild attempts to override it during make.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Loz Hygate 2005-01-24 14:45:21 UTC
Created attachment 49416 [details, diff]
Change includedir during configure rather than make

Out of interest why is lcms.h installed to a separate sub directory?
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-01-30 01:29:29 UTC
thx, fixed