diff options
Diffstat (limited to 'www-plugins/gnash/gnash-0.8.9-r2.ebuild')
-rw-r--r-- | www-plugins/gnash/gnash-0.8.9-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-plugins/gnash/gnash-0.8.9-r2.ebuild b/www-plugins/gnash/gnash-0.8.9-r2.ebuild index e0cb2a913916..b55a140d4234 100644 --- a/www-plugins/gnash/gnash-0.8.9-r2.ebuild +++ b/www-plugins/gnash/gnash-0.8.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild,v 1.1 2011/11/25 17:39:19 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9-r2.ebuild,v 1.2 2011/11/26 02:24:20 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -171,6 +171,9 @@ src_prepare() { # Fix building on ppc64, bug #342535 use ppc64 && append-flags -mminimal-toc + # Fix building of cygnal sshclient, bug #391915 + epatch "${FILESDIR}"/${PN}-0.8.9-cygnal-sshclient.patch + # Fix kde multilib library path, bug #391283 epatch "${FILESDIR}"/${PN}-0.8.9-kde4-libdir.patch |