$OpenBSD: patch-scribus_util_cpp,v 1.3 2021/04/07 14:08:35 sthen Exp $

Index: scribus/util.cpp
--- scribus/util.cpp.orig
+++ scribus/util.cpp
@@ -41,8 +41,10 @@ for which a new license (GPL+exception) is in place.
 
 #include <csignal>
 
-#if !defined(_WIN32) && !defined(Q_OS_MAC) 
+#if !defined(_WIN32) && !defined(Q_OS_MAC)
+#ifndef __OpenBSD__
 #include <execinfo.h>
+#endif
 #include <cxxabi.h>
 #endif
 #if defined(_WIN32)
