FreeBSD Bugzilla – Attachment 199810 Details for
Bug 231912
graphics/graphene fails to build with gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
graphene.patch (text/plain), 1.46 KB, created by
Piotr Kubaj
on 2018-12-04 11:37:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-12-04 11:37:29 UTC
Size:
1.46 KB
patch
obsolete
>Index: files/patch-src_bench_graphene-bench-utils.c >=================================================================== >--- files/patch-src_bench_graphene-bench-utils.c (nonexistent) >+++ files/patch-src_bench_graphene-bench-utils.c (working copy) >@@ -0,0 +1,20 @@ >+--- src/bench/graphene-bench-utils.c.orig 2018-12-04 11:34:21 UTC >++++ src/bench/graphene-bench-utils.c >+@@ -271,7 +271,7 @@ graphene_bench_print_results (const char *impl, >+ { >+ const char *d_unit, *round_unit, *iter_unit; >+ double d = format_time (elapsed, &d_unit); >+- double round = format_time (avg, &round_unit); >++ double my_round = format_time (avg, &round_unit); >+ double iter = format_time (avg / bench_unit_rounds, &iter_unit); >+ >+ switch (bench_output) >+@@ -283,7 +283,7 @@ graphene_bench_print_results (const char *impl, >+ " Per iteration: %.6f %s\n", >+ path, (gint64) (num_rounds * bench_unit_rounds), impl, >+ d, d_unit, num_rounds, >+- round, round_unit, bench_unit_rounds, >++ my_round, round_unit, bench_unit_rounds, >+ iter, iter_unit); >+ break; >+ > >Property changes on: files/patch-src_bench_graphene-bench-utils.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 231912
: 199810