diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2015-02-20 09:54:25 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-02-20 09:54:25 +0000 |
commit | d29dea1c87ae1ce863e309185e95a77cea937093 (patch) | |
tree | b47444e0d085904711a98ad219e8692925eb69c1 /dev-db/tora/files/tora-2.1.3-gcc-4.7.patch | |
parent | big cleanup old (diff) | |
download | historical-d29dea1c87ae1ce863e309185e95a77cea937093.tar.gz historical-d29dea1c87ae1ce863e309185e95a77cea937093.tar.bz2 historical-d29dea1c87ae1ce863e309185e95a77cea937093.zip |
Drop old and broken version, bug #522180
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0x60C0742D1F357D42
Diffstat (limited to 'dev-db/tora/files/tora-2.1.3-gcc-4.7.patch')
-rw-r--r-- | dev-db/tora/files/tora-2.1.3-gcc-4.7.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-db/tora/files/tora-2.1.3-gcc-4.7.patch b/dev-db/tora/files/tora-2.1.3-gcc-4.7.patch deleted file mode 100644 index efcdbf42418c..000000000000 --- a/dev-db/tora/files/tora-2.1.3-gcc-4.7.patch +++ /dev/null @@ -1,26 +0,0 @@ -http://tora.svn.sourceforge.net/viewvc/tora?view=revision&revision=4264 - ---- trunk/tora/src/toextract.cpp 2012/04/17 16:08:26 4263 -+++ trunk/tora/src/toextract.cpp 2012/04/20 01:49:18 4264 -@@ -58,6 +58,9 @@ - #include <winsock2.h> - #endif - -+#ifndef Q_OS_WIN32 -+#include <unistd.h> -+#endif - - std::map<QString, toExtract::extractor *> *toExtract::Extractors; - ---- trunk/tora/src/toreport.cpp 2012/04/17 16:08:26 4263 -+++ trunk/tora/src/toreport.cpp 2012/04/20 01:49:18 4264 -@@ -52,6 +52,9 @@ - #ifdef Q_OS_WIN32 - #include <winsock2.h> - #endif -+#ifndef Q_OS_WIN32 -+#include <unistd.h> -+#endif - - - static bool SameContext(const QString &str, const QString &str2) |