ports/devel/xelfviewer/files/patch-XOptions_xoptions.h
Alexey Dokuchaev 026cc85b51 devel/xelfviewer: new port had been added (+)
This is versatile graphical viewer and editor for ELF files,
based on the stock Qt libraries and a few custom components.

WWW: https://github.com/horsicq/XELFViewer
2021-11-18 11:23:08 +00:00

12 lines
253 B
C++

--- XOptions/xoptions.h.orig 2021-08-30 16:51:52 UTC
+++ XOptions/xoptions.h
@@ -35,6 +35,9 @@
#else
#include <QCoreApplication> // TODO Check
#endif
+#if defined(Q_OS_FREEBSD)
+#include <QStandardPaths>
+#endif
class XOptions : public QObject
{