tvtime has incorrect pic handling, it should be punted from the ebuilds this bit in particular: `use_with pic`
I didn't quite get the reference to "tvtime", but this issue was mentioned to me by someone a long time ago - I had a -r3 ebuild sitting in there since then, but it seems that I never got around to committing it. Shame on me, committing now, with --enable-pic hardcoded. Thanks for reminding. Reopen if that's not okay.
yeah, tvtime was a typo ... i just filed a similar report for that package however, the default configure behavior (from glancing quickly) is to produce PIC objects for the shared library and non-PIC objects for the static library (which is correct) so the package should not specify --with-pic or --enable-pic at all
Fixed, thanks.