diff options
Diffstat (limited to 'devel/xpeviewer/files/patch-XOptions_xoptions.h')
-rw-r--r-- | devel/xpeviewer/files/patch-XOptions_xoptions.h | 12 |
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 + { |