$OpenBSD: patch-vcl_inc_unx_gtk_gtkinst_hxx,v 1.1 2017/07/30 19:39:18 robert Exp $

Index: vcl/inc/unx/gtk/gtkinst.hxx
--- vcl/inc/unx/gtk/gtkinst.hxx.orig
+++ vcl/inc/unx/gtk/gtkinst.hxx
@@ -46,7 +46,7 @@ class GtkPrintWrapper;
 class GenPspGraphics;
 class GtkYieldMutex : public SalYieldMutex
 {
-    thread_local static std::stack<sal_uIntPtr> yieldCounts;
+    std::list<sal_uLong> aYieldStack;
 
 public:
          GtkYieldMutex() {}
