diff options
author | 2009-09-06 22:31:26 +0000 | |
---|---|---|
committer | 2009-09-06 22:31:26 +0000 | |
commit | d89219e0e077b924f8e78ccd20d8047a73451774 (patch) | |
tree | 28a886560724d853e2db5c57e0ad428522e498a9 /dev-python/visual | |
parent | Version bump. (diff) | |
download | historical-d89219e0e077b924f8e78ccd20d8047a73451774.tar.gz historical-d89219e0e077b924f8e78ccd20d8047a73451774.tar.bz2 historical-d89219e0e077b924f8e78ccd20d8047a73451774.zip |
Remove unused patch.
Diffstat (limited to 'dev-python/visual')
-rw-r--r-- | dev-python/visual/files/visual-4_beta26-gcc43.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/visual/files/visual-4_beta26-gcc43.patch b/dev-python/visual/files/visual-4_beta26-gcc43.patch deleted file mode 100644 index 048b7beb15fe..000000000000 --- a/dev-python/visual/files/visual-4_beta26-gcc43.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/util/errors.cpp.~1.5.~ 2004-08-10 21:46:32.000000000 +0100 -+++ src/core/util/errors.cpp 2008-05-22 21:06:00.000000000 +0100 -@@ -7,6 +7,7 @@ - #include <iostream> - #include <iomanip> - #include <sstream> -+#include <cstdlib> - - namespace cvisual { - |