Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35222 Details for
Bug 56750
NEW helixplayer-1.0 beta1 src ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the gcc version check script for non C locale systems
gcc_versioncheck.patch (text/plain), 502 bytes, created by
Chris White (RETIRED)
on 2004-07-11 20:30:19 UTC
(
hide
)
Description:
Fixes the gcc version check script for non C locale systems
Filename:
MIME Type:
Creator:
Chris White (RETIRED)
Created:
2004-07-11 20:30:19 UTC
Size:
502 bytes
patch
obsolete
>--- player_all-bingo-beta-20040615/build/lib/sysinfo.py 2004-06-04 09:24:43.000000000 +0900 >+++ player_all-bingo-beta-20040615_2/build/lib/sysinfo.py 2004-07-08 18:20:57.000000000 +0900 >@@ -818,7 +818,7 @@ > set_platform('linux-2.0-libc6-i386') > return > >- gcc_version=os.popen("gcc -v 2>&1 | sed -n 's/^gcc version //gp'").read() >+ gcc_version=os.popen("gcc -dumpversion").read() > gcc_version=string.strip(gcc_version) > > if gcc_version[0] == "3":
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 56750
:
35220
|
35221
| 35222 |
35223
|
35224
|
35227
|
35228
|
35342