summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-06-21 13:12:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-06-21 13:12:39 +0000
commit9314bcce6857a38d48f0dd299b346febe8e2ddc5 (patch)
treee3fbba34ec237ca30ea63d1ddead30945a928ff0 /www-plugins
parentFix bug #324927, icon name wrong in desktop file (diff)
downloadgentoo-2-9314bcce6857a38d48f0dd299b346febe8e2ddc5.tar.gz
gentoo-2-9314bcce6857a38d48f0dd299b346febe8e2ddc5.tar.bz2
gentoo-2-9314bcce6857a38d48f0dd299b346febe8e2ddc5.zip
Fix building with FFmpeg >= 0.6 wrt #324357 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/gnash/ChangeLog5
-rw-r--r--www-plugins/gnash/gnash-0.8.7.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog
index 9e3fd00d1578..43764e4e1ec5 100644
--- a/www-plugins/gnash/ChangeLog
+++ b/www-plugins/gnash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-plugins/gnash
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.26 2010/05/01 00:58:17 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.27 2010/06/21 13:12:39 ssuominen Exp $
+
+ 21 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> gnash-0.8.7.ebuild:
+ Fix building with FFmpeg >= 0.6 wrt #324357 by Diego E. Pettenò.
01 May 2010; Maciej Mrozowski <reavertm@gentoo.org> gnash-0.8.5.ebuild,
gnash-0.8.6.ebuild, gnash-0.8.7.ebuild:
diff --git a/www-plugins/gnash/gnash-0.8.7.ebuild b/www-plugins/gnash/gnash-0.8.7.ebuild
index 07d9776d9e6d..a4868e5fc5c6 100644
--- a/www-plugins/gnash/gnash-0.8.7.ebuild
+++ b/www-plugins/gnash/gnash-0.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v 1.5 2010/05/01 00:58:17 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7.ebuild,v 1.6 2010/06/21 13:12:39 ssuominen Exp $
EAPI="2"
CMAKE_REQUIRED="never"
@@ -8,7 +8,7 @@ KDE_REQUIRED="optional"
KDE_MINIMAL="4.2"
AT_M4DIR="cygnal"
-inherit autotools eutils kde4-base multilib nsplugins
+inherit autotools eutils kde4-base multilib nsplugins flag-o-matic
DESCRIPTION="GNU Flash movie player that supports many SWF v7,8,9 features"
HOMEPAGE="http://www.gnu.org/software/gnash/"
@@ -151,6 +151,8 @@ src_prepare() {
eautoreconf
}
src_configure() {
+ append-flags -D__STDC_CONSTANT_MACROS #324357
+
local myconf myext gui
# Set nsplugin install directory.