summaryrefslogtreecommitdiff
path: root/app-editors/mlview/files/mlview-0.9.0-gcc45.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/mlview/files/mlview-0.9.0-gcc45.patch')
-rw-r--r--app-editors/mlview/files/mlview-0.9.0-gcc45.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-editors/mlview/files/mlview-0.9.0-gcc45.patch b/app-editors/mlview/files/mlview-0.9.0-gcc45.patch
deleted file mode 100644
index 55b922bcac0..00000000000
--- a/app-editors/mlview/files/mlview-0.9.0-gcc45.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix building with gcc 4.5
-
-http://bugs.gentoo.org/show_bug.cgi?id=320377
-
---- src/mlview-ustring.cc
-+++ src/mlview-ustring.cc
-@@ -59,7 +59,7 @@
- UString::~UString ()
- {}
-
--UString::UString&
-+UString&
- UString::operator= (const char *a_cstr)
- {
- if (!a_cstr)