python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / interpreters / love / 0.7-gl-prototypes.patch
blob0b6778f6a90bae9dbf9c72b9511b57d7f2384d99
1 diff --unified --recursive --text love-HEAD.orig/src/modules/graphics/opengl/Framebuffer.cpp love-HEAD.new/src/modules/graphics/opengl/Framebuffer.cpp
2 --- love-HEAD.orig/src/modules/graphics/opengl/Framebuffer.cpp 2019-03-14 12:46:55.032982224 -0400
3 +++ love-HEAD.new/src/modules/graphics/opengl/Framebuffer.cpp 2019-03-14 12:47:22.356175299 -0400
4 @@ -1,3 +1,5 @@
5 +#define GL_GLEXT_PROTOTYPES
7 #include "Framebuffer.h"
8 #include <common/Matrix.h>
10 diff --unified --recursive --text love-HEAD.orig/src/modules/graphics/opengl/SpriteBatch.cpp love-HEAD.new/src/modules/graphics/opengl/SpriteBatch.cpp
11 --- love-HEAD.orig/src/modules/graphics/opengl/SpriteBatch.cpp 2019-03-14 12:46:55.032982224 -0400
12 +++ love-HEAD.new/src/modules/graphics/opengl/SpriteBatch.cpp 2019-03-14 12:47:33.346119890 -0400
13 @@ -18,6 +18,8 @@
14 * 3. This notice may not be removed or altered from any source distribution.
15 **/
17 +#define GL_GLEXT_PROTOTYPES
19 #include "SpriteBatch.h"
21 // STD