summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/cinelerra/files/cinelerra-20100320-gcc45.patch')
-rw-r--r--media-video/cinelerra/files/cinelerra-20100320-gcc45.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/media-video/cinelerra/files/cinelerra-20100320-gcc45.patch b/media-video/cinelerra/files/cinelerra-20100320-gcc45.patch
deleted file mode 100644
index 802f26a29e15..000000000000
--- a/media-video/cinelerra/files/cinelerra-20100320-gcc45.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fixing build with gcc 4.5
-
-http://bugs.gentoo.org/show_bug.cgi?id=317991
-
-Patch written by Kacper Kowalik <xarthisius.kk@gmail.com>
-
---- cinelerra/edits.C
-+++ cinelerra/edits.C
-@@ -47,7 +47,7 @@
- this->edl = edl;
- this->track = track;
-
-- List<Edit>::List<Edit>();
-+ List<Edit>();
- default_edit->edl = edl;
- default_edit->track = track;
- default_edit->startproject = 0;