diff options
Diffstat (limited to 'media-libs/freeglut/files')
-rw-r--r-- | media-libs/freeglut/files/freeglut-gcc42.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/freeglut/files/freeglut-gcc42.patch b/media-libs/freeglut/files/freeglut-gcc42.patch new file mode 100644 index 000000000000..27404eaea847 --- /dev/null +++ b/media-libs/freeglut/files/freeglut-gcc42.patch @@ -0,0 +1,12 @@ +--- src/freeglut_joystick.c.old 2006-07-25 21:15:14.000000000 -0600 ++++ src/freeglut_joystick.c 2006-07-25 21:21:54.000000000 -0600 +@@ -1684,9 +1684,6 @@ + + fgInitialiseJoysticks (); + +- if ( !fgJoystick ) +- return 0; +- + if ( !fgState.JoysticksInitialised ) + return 0; + |