diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-11 20:05:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-11 20:05:27 +0000 |
commit | 811458cee079ffe4c8316dc3fd2009d58f33423f (patch) | |
tree | f2d87b22307350849ec5c63084132a66bd945bec /games/chromium-bsu/files/patch-src-MainGLUT.cpp | |
parent | - Add entry for gtkdatabox2 (diff) |
- Update chromium to 0.9.13.2. See NEWS for full list of changes.
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=216720
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 |