perl/Module-Pluggable: update to 6.3
[oi-userland.git] / components / x11 / freeglut / patches / 01-fghJoystickRawRead-undefined.patch
blobfbbf4aff0bc4087768d2d17fde1d65f720957a0e
1 diff -Nru freeglut-3.4.0.orig/src/x11/fg_joystick_x11.c freeglut-3.4.0/src/x11/fg_joystick_x11.c
2 --- freeglut-3.4.0.orig/src/x11/fg_joystick_x11.c 2022-10-07 18:12:51.000000000 +0200
3 +++ freeglut-3.4.0/src/x11/fg_joystick_x11.c 2023-10-03 13:32:05.380485367 +0200
4 @@ -627,7 +627,7 @@
6 do
8 - fghJoystickRawRead( joy, NULL, joy->center );
9 + fgJoystickRawRead( joy, NULL, joy->center );
10 counter++;
11 } while( !joy->error &&
12 counter < 100 &&