summaryrefslogtreecommitdiff
path: root/devel/xpeviewer/files/patch-XOptions_xoptions.h
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-01-07 08:45:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-01-07 08:45:26 +0000
commitc1ea9f04a29c86295647b02686a769fde11839f4 (patch)
tree31463ad6c8608cc3fc3c02eac299efbf57c3e2bc /devel/xpeviewer/files/patch-XOptions_xoptions.h
parentscience/PETSc: Update 3.14.1 -> 3.16.3 (diff)
devel/xpeviewer: new port had been added (+)
This is versatile graphical viewer and editor for PE files, based on the stock Qt libraries and a few custom components. WWW: https://github.com/horsicq/XPEViewer
Diffstat (limited to 'devel/xpeviewer/files/patch-XOptions_xoptions.h')
-rw-r--r--devel/xpeviewer/files/patch-XOptions_xoptions.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/xpeviewer/files/patch-XOptions_xoptions.h b/devel/xpeviewer/files/patch-XOptions_xoptions.h
new file mode 100644
index 000000000000..e3b7098117bd
--- /dev/null
+++ b/devel/xpeviewer/files/patch-XOptions_xoptions.h
@@ -0,0 +1,12 @@
+--- 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
+ {