diff options
Diffstat (limited to 'libs/libmraa/patches/030-gcc10.patch')
-rw-r--r-- | libs/libmraa/patches/030-gcc10.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/libmraa/patches/030-gcc10.patch b/libs/libmraa/patches/030-gcc10.patch new file mode 100644 index 000000000..dad1249c8 --- /dev/null +++ b/libs/libmraa/patches/030-gcc10.patch @@ -0,0 +1,13 @@ +--- a/include/version.h ++++ b/include/version.h +@@ -11,8 +11,8 @@ + extern "C" { + #endif + +-const char* gVERSION; +-const char* gVERSION_SHORT; ++extern const char* gVERSION; ++extern const char* gVERSION_SHORT; + + #ifdef __cplusplus + } |