Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132191 - [multilib-strict] linuxwacom-0.7.2 (with patch)
Summary: [multilib-strict] linuxwacom-0.7.2 (with patch)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-03 18:43 UTC by Malcolm Lashley (RETIRED)
Modified: 2006-06-14 10:57 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 Malcolm Lashley (RETIRED) gentoo-dev 2006-05-03 18:43:12 UTC
linuxwacom fails QA multilib-strict with tcltk USE set.

Add the following to the start of src_unpack() to fix.

        cd ${S}
        # Fix multilib-strict error for Tcl/Tk library install
        sed -i -e "s:WCM_EXECDIR/lib:WCM_EXECDIR/$(get_libdir):" configure.in
        cat configure.in | grep WCM_WACOMXI_LIBDIR

I'd commit myself, but I don't (yet) have the tablet to test with ;-)
Comment 1 Malcolm Lashley (RETIRED) gentoo-dev 2006-05-03 18:44:26 UTC
obviously - the 'cat' line is not necessary - I pasted too much, it's late - so sue me ;-)
Comment 2 Jon Hood (RETIRED) gentoo-dev 2006-06-14 10:57:34 UTC
Applied; thank you :)