summaryrefslogtreecommitdiff
path: root/community/qstardict/gcc4.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/qstardict/gcc4.4.patch')
-rw-r--r--community/qstardict/gcc4.4.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/qstardict/gcc4.4.patch b/community/qstardict/gcc4.4.patch
deleted file mode 100644
index 5c285ac2f..000000000
--- a/community/qstardict/gcc4.4.patch
+++ /dev/null
@@ -1,11 +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
- {