Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71852
Collapse All | Expand All

(-)programs/glxgears/glxgears.c.orig (+4 lines)
Lines 129-135 Link Here
129
{
129
{
130
   GLint i;
130
   GLint i;
131
   GLfloat r0, r1, r2;
131
   GLfloat r0, r1, r2;
132
#ifndef __UCLIBC__	/* uclibc does not provide sin(float), cos(float) */
132
   GLfloat angle, da;
133
   GLfloat angle, da;
134
#else			/* need to use doubles */
135
   GLdouble angle, da;
136
#endif
133
   GLfloat u, v, len;
137
   GLfloat u, v, len;
134
138
135
   r0 = inner_radius;
139
   r0 = inner_radius;

Return to bug 71852