Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 165446 Details for
Bug 237675
sci-astronomy/setiathome-6.03 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
required patch
sah-6.03-no-graphics-fix.patch (text/plain), 1.16 KB, created by
Orson Teodoro
on 2008-09-15 01:09:47 UTC
(
hide
)
Description:
required patch
Filename:
MIME Type:
Creator:
Orson Teodoro
Created:
2008-09-15 01:09:47 UTC
Size:
1.16 KB
patch
obsolete
>--- client/analyzeReport.cpp.orig 2008-09-14 15:25:40.000000000 -0700 >+++ client/analyzeReport.cpp 2008-09-14 15:33:23.000000000 -0700 >@@ -340,6 +340,7 @@ > > // Populate the min and max PoT arrays. These are only used > // for graphics. >+#ifdef BOINC_APP_GRAPHICS > if (!nographics()) { > step=static_cast<float>(len_prof)/swi.analysis_cfg.pulse_pot_length; > index=0; >@@ -362,6 +363,7 @@ > index+=step; > } > } >+#endif > > // Populate the result PoT if the folded PoT will fit. > if (pi.p.len_prof < swi.analysis_cfg.pulse_pot_length) { >--- client/main.cpp.orig 2008-09-14 15:23:18.000000000 -0700 >+++ client/main.cpp 2008-09-14 15:24:48.000000000 -0700 >@@ -190,7 +190,9 @@ > nographics_flag = true; > #endif > } else if (!strncmp(p, "nog", 3)) { >+#ifdef BOINC_APP_GRAPHICS > nographics_flag = true; >+#endif > } else if (!strncmp(p, "not", 3)) { > notranspose_flag = true; > } else if (!strncmp(p, "def", 3)) { >@@ -236,7 +238,9 @@ > boinc_parse_init_data_file(); > boinc_get_init_data(app_init_data); > >+#ifdef BOINC_APP_GRAPHICS > sah_graphics_init(app_init_data); >+#endif > > retval = boinc_init(); > if (retval) {
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 237675
:
165445
| 165446 |
165448
|
165449
|
165451
|
165766
|
165767
|
165768
|
165770
|
165771
|
165773
|
165775
|
165777
|
165779