Files
ports/print/scribus/patches/patch-scribus_util_cpp
landry 1374d498db print/scribus: update to 1.7.0, migrates from Qt5 to Qt6
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@
2025-04-15 07:22:16 +00:00

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)