diff options
Diffstat (limited to 'office/gbgoffice/07_gcc4.3.patch')
-rw-r--r-- | office/gbgoffice/07_gcc4.3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/office/gbgoffice/07_gcc4.3.patch b/office/gbgoffice/07_gcc4.3.patch deleted file mode 100644 index 8b620cd623..0000000000 --- a/office/gbgoffice/07_gcc4.3.patch +++ /dev/null @@ -1,14 +0,0 @@ -# Author: Damyan Ivanov <dmn@debian.org> -# Description: include the right header file -# GCC 4.3 has stricter rules about inclusion propagation ---- a/src/translator_manager.cpp -+++ b/src/translator_manager.cpp -@@ -22,7 +22,7 @@ - - #include <sys/types.h> - #include <dirent.h> --#include <string> -+#include <cstring> - #include <iostream> - #include <algorithm> - |