diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-20 17:46:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-20 17:46:38 +0000 |
commit | 9d4b18050c8701f395c8181a69de0d21f000204a (patch) | |
tree | a473b93db2ecfc19d730d28701e6fb6228356e42 /dev-util/kdevelop/files | |
parent | Remove KDE 3.5.10. (diff) | |
download | gentoo-2-9d4b18050c8701f395c8181a69de0d21f000204a.tar.gz gentoo-2-9d4b18050c8701f395c8181a69de0d21f000204a.tar.bz2 gentoo-2-9d4b18050c8701f395c8181a69de0d21f000204a.zip |
old
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/kdevelop/files')
-rw-r--r-- | dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch | 15 | ||||
-rw-r--r-- | dev-util/kdevelop/files/kdevelop-3.5-lexer.patch | 14 | ||||
-rw-r--r-- | dev-util/kdevelop/files/kdevelop-3.5-parallel.patch | 11 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch b/dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch deleted file mode 100644 index fbd0fd1a886c..000000000000 --- a/dev-util/kdevelop/files/kdevelop-3.5-gcc4.4.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- kdevelop-3.5.4/lib/antlr/antlr/CharScanner.hpp 2007-11-30 23:36:49.000000000 +0100 -+++ kdevelop-3.5.4/lib/antlr/antlr/CharScanner.hpp 2009-06-04 17:16:55.000000000 +0200 -@@ -19,11 +19,7 @@ - #endif - #include <cstring> - --#if ( _MSC_VER == 1200 ) --// VC6 seems to need this --// note that this is not a standard C++ include file. --# include <stdio.h> --#endif -+#include <cstdio> - - #include <antlr/TokenStream.hpp> - #include <antlr/RecognitionException.hpp> diff --git a/dev-util/kdevelop/files/kdevelop-3.5-lexer.patch b/dev-util/kdevelop/files/kdevelop-3.5-lexer.patch deleted file mode 100644 index 08a1d28a51b4..000000000000 --- a/dev-util/kdevelop/files/kdevelop-3.5-lexer.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: lib/cppparser/lexer.cpp -=================================================================== ---- lib/cppparser/lexer.cpp (revision 926528) -+++ lib/cppparser/lexer.cpp (working copy) -@@ -241,7 +241,7 @@ - m_startLine = false; - int ppe = preprocessorEnabled(); - setPreprocessorEnabled( false ); -- while( currentChar() && currentChar() != '\n' ){ -+ while( !currentChar().isNull() && currentChar() != '\n' ){ - Token tok(m_source); - nextToken( tok, true ); - } - diff --git a/dev-util/kdevelop/files/kdevelop-3.5-parallel.patch b/dev-util/kdevelop/files/kdevelop-3.5-parallel.patch deleted file mode 100644 index 7061f899abe4..000000000000 --- a/dev-util/kdevelop/files/kdevelop-3.5-parallel.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/profileengine/editor/Makefile.am 2007-12-01 00:34:47.000000000 +0200 -+++ src/profileengine/editor/Makefile.am 2009-05-02 20:26:30.000000000 +0300 -@@ -6,7 +6,7 @@ - libprofileeditor_la_LDFLAGS = $(all_libraries) - libprofileeditor_la_LIBADD = $(top_builddir)/src/profileengine/lib/libprofileengine.la - noinst_LTLIBRARIES = libprofileeditor.la --libprofileeditor_COMPILE_FIRST = profileeditorbase.h -+libprofileeditor_COMPILE_FIRST = profileeditorbase.h addprofilewidget.h - libprofileeditor_la_SOURCES = profileeditorbase.ui profileeditor.cpp \ - addprofilewidget.ui - noinst_HEADERS = profileeditor.h |