Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 260159

Summary: Add iconv use flag for qt-svg
Product: Gentoo Linux Reporter: Ryan Hope <rmh3093>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add iconv use flag to qt-svg-4.5.0_rc1

Description Ryan Hope 2009-02-24 17:47:28 UTC
Qt-svg does not build on current uclibc stages due to the lack of iconv in
uclibc and because iconv is forced on in the qt-svg ebuild.

Reproducible: Always

Steps to Reproduce:
1. unpack 2008 uclibc stage3
2. emerge qt-svg
Actual Results:  
compile fails

Expected Results:  
compile should complete as expected
Comment 1 Ryan Hope 2009-02-24 17:48:26 UTC
Created attachment 183039 [details, diff]
Add iconv use flag to qt-svg-4.5.0_rc1

This patch adds a use flag for iconv and then uses $(qt_use iconv) to toggle is
support. This is needed to make qt-svg build against uclibc.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-02-24 19:05:51 UTC

*** This bug has been marked as a duplicate of bug 260145 ***