summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-libraries_iconfix_internal_qiconloader.cpp
blob: 7175349618c8794a628d681bca075d11d360a0bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libraries/iconfix/internal/qiconloader.cpp.orig	2021-09-08 22:27:46 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())
     {