diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-07-16 10:16:01 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-07-16 10:16:01 -0400 |
| commit | 8a1b679969245ed7944ca397b5a9df4370166b68 (patch) | |
| tree | 355641dbc9d8e351929a54a31a17d605ff6b8d56 /games/multimc/files/patch-libraries_iconfix_internal_qiconloader.cpp | |
| parent | 1dbd8d488ab44da4daea2a36d251d04f0bb7db70 (diff) | |
| download | freebsd-ports-8a1b679969245ed7944ca397b5a9df4370166b68.tar.gz freebsd-ports-8a1b679969245ed7944ca397b5a9df4370166b68.zip | |
Add multimc with patch to autodetect minecraft-runtime
Diffstat (limited to 'games/multimc/files/patch-libraries_iconfix_internal_qiconloader.cpp')
| -rw-r--r-- | games/multimc/files/patch-libraries_iconfix_internal_qiconloader.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/multimc/files/patch-libraries_iconfix_internal_qiconloader.cpp b/games/multimc/files/patch-libraries_iconfix_internal_qiconloader.cpp new file mode 100644 index 0000000..859c764 --- /dev/null +++ b/games/multimc/files/patch-libraries_iconfix_internal_qiconloader.cpp @@ -0,0 +1,11 @@ +--- libraries/iconfix/internal/qiconloader.cpp.orig 2019-03-09 17:22:58 UTC ++++ libraries/iconfix/internal/qiconloader.cpp +@@ -320,7 +320,7 @@ Description: Make it so that the QIcon loader honors / + icon theme specification. + Bug: https://bugreports.qt.nokia.com/browse/QTBUG-12874 + *********************************************************************/ +-#ifdef Q_OS_LINUX ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + /* Freedesktop standard says to look in /usr/share/pixmaps last */ + if (entries.isEmpty()) + { |
