summaryrefslogtreecommitdiffstats
path: root/system/qstardict/gcc4.4.patch
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-13 09:51:07 +0100
committer Matteo Bernardini2021-03-13 09:51:07 +0100
commitc5bb5dd52a13925967a983b389bfa4505e764df4 (patch)
treebdc91c2ef3052140f36dcc1fdfc4eb231e15c328 /system/qstardict/gcc4.4.patch
parent30ef0ed8a2abb2e72f707b3447d313ffe66ad4f8 (diff)
downloadslackbuilds-c5bb5dd52a13925967a983b389bfa4505e764df4.tar.gz
20210313.1 global branch merge.current-20210313.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/qstardict/gcc4.4.patch')
-rw-r--r--system/qstardict/gcc4.4.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/qstardict/gcc4.4.patch b/system/qstardict/gcc4.4.patch
deleted file mode 100644
index db4b3157a7..0000000000
--- a/system/qstardict/gcc4.4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- trunk/plugins/stardict/dictziplib.cpp 2009/07/10 15:01:40 446
-+++ trunk/plugins/stardict/dictziplib.cpp 2009/08/06 07:32:12 447
-@@ -305,7 +305,7 @@
-
- #ifdef Q_OS_UNIX
- if (stat(fname.c_str(), &sb) || !S_ISREG(sb.st_mode))
--#elif def Q_OS_WIN32
-+#elif defined(Q_OS_WIN32)
- if (_stat(fname.c_str(), &sb) || !(sb.stMode & _S_IFREG))
- #endif
- {
-