diff options
Diffstat (limited to '')
-rw-r--r-- | multimedia/qwinff/files/patch-src_main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/qwinff/files/patch-src_main.cpp b/multimedia/qwinff/files/patch-src_main.cpp new file mode 100644 index 000000000000..ea3a897dbe36 --- /dev/null +++ b/multimedia/qwinff/files/patch-src_main.cpp @@ -0,0 +1,11 @@ +--- src/main.cpp.orig 2020-10-25 12:05:30 UTC ++++ src/main.cpp +@@ -30,6 +30,8 @@ + #include "services/notification.h" + #include "services/constants.h" + ++#define DATA_PATH "%%DATADIR%%" ++ + /** + * @brief Find the absolute path of the translation of the current locale. + * |