mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1374d498db
see https://wiki.scribus.net/canvas/1.7.0_Release massage the patches for recent poppler support from a newer upstream commit. patch cmake files to build against the system x11/qtadvanceddocking instead of the bundled one. ok kili@
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
Index: scribus/util.cpp
|
|
--- scribus/util.cpp.orig
|
|
+++ scribus/util.cpp
|
|
@@ -43,7 +43,9 @@ for which a new license (GPL+exception) is in place.
|
|
#include <csignal>
|
|
|
|
#if !defined(_WIN32) && !defined(Q_OS_MACOS)
|
|
+#ifndef __OpenBSD__
|
|
#include <execinfo.h>
|
|
+#endif
|
|
#include <cxxabi.h>
|
|
#endif
|
|
#if defined(_WIN32)
|