$OpenBSD: patch-src_mumble_Overlay_macx_mm,v 1.1 2019/08/05 17:42:40 sthen Exp $

unbreak with protobuf 3.7+

Index: src/mumble/Overlay_macx.mm
--- src/mumble/Overlay_macx.mm.orig
+++ src/mumble/Overlay_macx.mm
@@ -33,8 +33,10 @@
 #import <ScriptingBridge/ScriptingBridge.h>
 #include <Carbon/Carbon.h>
 #include "Overlay.h"
-#include "Global.h"
 #include "MainWindow.h"
+
+// We define a global macro called 'g'. This can lead to issues when included code uses 'g' as a type or parameter name (like protobuf 3.7 does). As such, for now, we have to make this our last include.
+#include "Global.h"
 
 extern "C" {
 #include <xar/xar.h>
