summarylogtreecommitdiffstats
path: root/love07.patch
diff options
context:
space:
mode:
authorParker Reed2019-03-14 12:49:25 -0400
committerParker Reed2019-03-14 12:49:25 -0400
commit55b6c316e7d4b6054f5049d29ac3da5a01f7f2ba (patch)
tree61649001697db73b7f76468f30693437d3210238 /love07.patch
parent0944c05e6445fa9595d4d4a47aca4c44ce5a485e (diff)
downloadaur-55b6c316e7d4b6054f5049d29ac3da5a01f7f2ba.tar.gz
Fix build
Diffstat (limited to 'love07.patch')
-rw-r--r--love07.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/love07.patch b/love07.patch
new file mode 100644
index 000000000000..0b6778f6a90b
--- /dev/null
+++ b/love07.patch
@@ -0,0 +1,21 @@
+diff --unified --recursive --text love-HEAD.orig/src/modules/graphics/opengl/Framebuffer.cpp love-HEAD.new/src/modules/graphics/opengl/Framebuffer.cpp
+--- love-HEAD.orig/src/modules/graphics/opengl/Framebuffer.cpp 2019-03-14 12:46:55.032982224 -0400
++++ love-HEAD.new/src/modules/graphics/opengl/Framebuffer.cpp 2019-03-14 12:47:22.356175299 -0400
+@@ -1,3 +1,5 @@
++#define GL_GLEXT_PROTOTYPES
++
+ #include "Framebuffer.h"
+ #include <common/Matrix.h>
+
+diff --unified --recursive --text love-HEAD.orig/src/modules/graphics/opengl/SpriteBatch.cpp love-HEAD.new/src/modules/graphics/opengl/SpriteBatch.cpp
+--- love-HEAD.orig/src/modules/graphics/opengl/SpriteBatch.cpp 2019-03-14 12:46:55.032982224 -0400
++++ love-HEAD.new/src/modules/graphics/opengl/SpriteBatch.cpp 2019-03-14 12:47:33.346119890 -0400
+@@ -18,6 +18,8 @@
+ * 3. This notice may not be removed or altered from any source distribution.
+ **/
+
++#define GL_GLEXT_PROTOTYPES
++
+ #include "SpriteBatch.h"
+
+ // STD