summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2008-06-20 17:08:20 +0000
committerDenis Dupeyron <calchan@gentoo.org>2008-06-20 17:08:20 +0000
commit02915772b07e7ede625335d1ca9e977067b41045 (patch)
tree218c24f345417cb0eee064ea3eac6c7d6b3e5701 /media-video/kino
parentSparc stable, Bug #228541. (diff)
downloadgentoo-2-02915772b07e7ede625335d1ca9e977067b41045.tar.gz
gentoo-2-02915772b07e7ede625335d1ca9e977067b41045.tar.bz2
gentoo-2-02915772b07e7ede625335d1ca9e977067b41045.zip
Bug #215160, again.
(Portage version: 2.1.5.6)
Diffstat (limited to 'media-video/kino')
-rw-r--r--media-video/kino/ChangeLog5
-rw-r--r--media-video/kino/kino-1.2.0.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/media-video/kino/ChangeLog b/media-video/kino/ChangeLog
index 5afec3216235..eea05d88ff61 100644
--- a/media-video/kino/ChangeLog
+++ b/media-video/kino/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/kino
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.106 2008/04/22 13:40:49 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.107 2008/06/20 17:08:20 calchan Exp $
+
+ 20 Jun 2008; Denis Dupeyron <calchan@gentoo.org> kino-1.2.0.ebuild:
+ Bug #215160, again.
22 Apr 2008; Denis Dupeyron <calchan@gentoo.org> kino-1.3.0.ebuild:
Fixed compilation with gcc-4.3, see bug #215160.
diff --git a/media-video/kino/kino-1.2.0.ebuild b/media-video/kino/kino-1.2.0.ebuild
index 49ed813e1b50..7c0b775fcf94 100644
--- a/media-video/kino/kino-1.2.0.ebuild
+++ b/media-video/kino/kino-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.2.0.ebuild,v 1.7 2008/03/18 19:44:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.2.0.ebuild,v 1.8 2008/06/20 17:08:20 calchan Exp $
DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
HOMEPAGE="http://www.kinodv.org/"
@@ -85,6 +85,10 @@ src/page_bttv.cc' po/POTFILES.in || die "sed failed"
sed -i -e 's:^#include <quicktime.h>:#include <lqt/quicktime.h>:' \
src/filehandler.h || die "sed failed"
+
+ # Fix compilation with gcc-4.3, see bug #215160
+ sed -i -e '/C++ includes/ a\
+#include <algorithm>' src/playlist.cc || die "sed failed"
}
src_compile() {