Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36015 - Changes to xscreensaver ebuild and patches to enable use of icc
Summary: Changes to xscreensaver ebuild and patches to enable use of icc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-17 11:55 UTC by Svein Erik Brostigen
Modified: 2004-01-08 18:31 UTC (History)
0 users

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


Attachments
Diff for the xscreensaver-4.14-r1.ebuild to enable use of icc (xscreensaver-4.14-r1.diff,1.54 KB, patch)
2003-12-17 11:55 UTC, Svein Erik Brostigen
Details | Diff
Patch to drivers/Makefile.in (xscreensaver-Makefile.driver.diff,892 bytes, patch)
2003-12-17 11:56 UTC, Svein Erik Brostigen
Details | Diff
Patch to hacks/glx/makefile.in (xscreensaver-Makefile.glx.diff,599 bytes, patch)
2003-12-17 11:57 UTC, Svein Erik Brostigen
Details | Diff
Patch to hacks/makefile.in (xscreensaver-Makefile.hacks.diff,564 bytes, patch)
2003-12-17 11:57 UTC, Svein Erik Brostigen
Details | Diff
Patch to configure.in (xscreensaver-configure.diff,5.93 KB, patch)
2003-12-17 11:57 UTC, Svein Erik Brostigen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Svein Erik Brostigen 2003-12-17 11:55:17 UTC
Attached to the bug are several patches that will enable the xscreensaver-4.14-r1 to compile with icc

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Svein Erik Brostigen 2003-12-17 11:55:58 UTC
Created attachment 22368 [details, diff]
Diff for the xscreensaver-4.14-r1.ebuild to enable use of icc
Comment 2 Svein Erik Brostigen 2003-12-17 11:56:33 UTC
Created attachment 22370 [details, diff]
Patch to drivers/Makefile.in
Comment 3 Svein Erik Brostigen 2003-12-17 11:57:04 UTC
Created attachment 22371 [details, diff]
Patch to hacks/glx/makefile.in
Comment 4 Svein Erik Brostigen 2003-12-17 11:57:32 UTC
Created attachment 22372 [details, diff]
Patch to hacks/makefile.in
Comment 5 Svein Erik Brostigen 2003-12-17 11:57:53 UTC
Created attachment 22373 [details, diff]
Patch to configure.in
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2004-01-08 18:31:01 UTC
thanks, i've refactored the patches into one file and made it so autoconf only gets called under USE="icc". the changes have been committed to cvs now.

thanks for the patches.