Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112744 - media-gfx/splashutils patch to allow build against 2.6.14 on ppc
Summary: media-gfx/splashutils patch to allow build against 2.6.14 on ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 14:10 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-11-20 13:07 UTC (History)
1 user (show)

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


Attachments
splashutils-1.1.9.10-ppc-2.6.14.patch (splashutils-1.1.9.10-ppc-2.6.14.patch,770 bytes, patch)
2005-11-16 14:10 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-11-16 14:10:10 UTC
Similarly to bug #112742, this patch applied over splashutils allow to build 
it against 2.6.14 kernel on PPC and PPC64 architectures. 
 
After the patching, the ARCH value needs to be set: 
 
emake -j1 LIB=$(get_libdir) ARCH=$(tc-arch-kernel) || die "failed to build 
splashutils" 
 
do the trick (after inheriting toolchain-funcs). 
 
HTH, 
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-11-16 14:10:43 UTC
Created attachment 73030 [details, diff]
splashutils-1.1.9.10-ppc-2.6.14.patch
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2005-11-20 13:07:51 UTC
Added to CVS, thanks!