diff options
Diffstat (limited to 'games/chromium-bsu/files/patch-src-MainGLUT.cpp')
-rw-r--r-- | games/chromium-bsu/files/patch-src-MainGLUT.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/chromium-bsu/files/patch-src-MainGLUT.cpp b/games/chromium-bsu/files/patch-src-MainGLUT.cpp new file mode 100644 index 000000000000..7e9f4e4bb8dc --- /dev/null +++ b/games/chromium-bsu/files/patch-src-MainGLUT.cpp @@ -0,0 +1,13 @@ +--- src/MainGLUT.cpp.orig 2008-03-15 13:42:48.000000000 +0300 ++++ src/MainGLUT.cpp 2008-07-11 00:45:02.000000000 +0400 +@@ -5,6 +5,10 @@ + * it and/or use it and/or modify it under the terms of the + * "Artistic License" + */ ++#ifdef HAVE_CONFIG_H ++#include <config.h> ++#endif ++ + #include "MainGLUT.h" + + #ifdef USE_GLUT |