summaryrefslogtreecommitdiff
path: root/package/freeglut/patches/patch-src_fg_version_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-02 11:32:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-02 11:32:09 +0100
commit0b0054f8e2453cdff1020542fbe3fffe0f1c20f5 (patch)
treecb80824b270da856a4e6bd2df206925cf56d7e6f /package/freeglut/patches/patch-src_fg_version_h
parentb273a788b3fa0e708c0871174e2e9bb9b12386a1 (diff)
freeglut: update to 3.2.1, add buildroot patch to compile with gcc 10.x
Diffstat (limited to 'package/freeglut/patches/patch-src_fg_version_h')
-rw-r--r--package/freeglut/patches/patch-src_fg_version_h16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/freeglut/patches/patch-src_fg_version_h b/package/freeglut/patches/patch-src_fg_version_h
new file mode 100644
index 000000000..6bb5f6d69
--- /dev/null
+++ b/package/freeglut/patches/patch-src_fg_version_h
@@ -0,0 +1,16 @@
+--- freeglut-3.2.1.orig/src/fg_version.h 2014-08-18 04:00:40.000000000 +0200
++++ freeglut-3.2.1/src/fg_version.h 2021-11-02 09:37:27.466889937 +0100
+@@ -37,11 +37,11 @@
+ #endif
+
+ #ifndef VERSION_MINOR
+-#define VERSION_MINOR 0
++#define VERSION_MINOR 2
+ #endif
+
+ #ifndef VERSION_PATCH
+-#define VERSION_PATCH 0
++#define VERSION_PATCH 1
+ #endif
+
+ #endif