Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36943 Details for
Bug 59569
RivaTV refuse to configure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the configure script to work properly on systems with a gcc version string beginning with "version gcc" instead of "gcc version"
0.85-configure-gcc-version.patch (text/plain), 622 bytes, created by
Jens Lindemann
on 2004-08-07 05:53:26 UTC
(
hide
)
Description:
Patch for the configure script to work properly on systems with a gcc version string beginning with "version gcc" instead of "gcc version"
Filename:
MIME Type:
Creator:
Jens Lindemann
Created:
2004-08-07 05:53:26 UTC
Size:
622 bytes
patch
obsolete
>--- /var/tmp/portage/rivatv-0.8.5-r1/work/rivatv-0.8.5/configure 2004-05-28 14:38:27.000000000 +0200 >+++ configure 2004-08-07 14:30:03.618051992 +0200 >@@ -220,8 +220,8 @@ > > echo -n "Checking for kernel gcc... " > >-kgcc=`cat /proc/version | sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'` >-bgcc=`gcc -v 2>&1 |tail -1|sed 's/\(.*\)gcc[ -][vV]ersion \([0-9.]*\).*/\2/'` >+kgcc=`cat /proc/version | sed 's/\(.*\)\(gcc[ -][vV]ersion\|[vV]ersion[ -]gcc\) \([0-9.]*\).*/\3/'` >+bgcc=`gcc -v 2>&1 |tail -1|sed 's/\(.*\)\(gcc[ -][vV]ersion\|[vV]ersion[ -]gcc\) \([0-9.]*\).*/\3/'` > echo $kgcc > > if test "$bgcc" != "$kgcc"; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59569
: 36943