Add FcConfig{G,S}etRescanInterval
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lsb |
Fix Committed
|
Medium
|
Unassigned | ||
Mandriva |
Fix Released
|
Medium
|
Bug Description
devchk doesn't build with gcc on Fedora 10/11, due to weirdness in the
fontconfig.h header. It contains this charming little snippet:
/*
* Deprecated functions are placed here to help users fix their code without
* digging through documentation
*/
#define FcConfigGetResc
FcConfigGetResc
#define FcConfigSetResc
FcConfigSetResc
(a) it looks like these functions have gone away (or else you just can't get to
them any longer), if so we have a spec issue
(b) this intended-to-fail macro, while well intentioned, looks to be buggy: the
"suggested" replacement is the same as what it's replacing.
Changed in mandriva: | |
importance: | Unknown → Medium |
status: | Unknown → Fix Released |