diff options
author | 2012-08-11 15:53:48 +0000 | |
---|---|---|
committer | 2012-08-11 15:53:48 +0000 | |
commit | d99e14195c8d1f99170f189ee5a626676287b441 (patch) | |
tree | ad8c1e0e81e66ddc4e887c9fc795517b46440384 /sci-visualization/spyview/spyview-20111018.ebuild | |
parent | Stable for amd64, wrt bug #429042 (diff) | |
download | historical-d99e14195c8d1f99170f189ee5a626676287b441.tar.gz historical-d99e14195c8d1f99170f189ee5a626676287b441.tar.bz2 historical-d99e14195c8d1f99170f189ee5a626676287b441.zip |
Fix build with gcc-4.7, bug 425368
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization/spyview/spyview-20111018.ebuild')
-rw-r--r-- | sci-visualization/spyview/spyview-20111018.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-visualization/spyview/spyview-20111018.ebuild b/sci-visualization/spyview/spyview-20111018.ebuild index 697ff3b2414f..55634f77e410 100644 --- a/sci-visualization/spyview/spyview-20111018.ebuild +++ b/sci-visualization/spyview/spyview-20111018.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.1 2012/01/21 21:10:09 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20111018.ebuild,v 1.2 2012/08/11 15:53:48 dilfridge Exp $ EAPI=4 @@ -44,6 +44,8 @@ src_prepare() { append-ldflags -L$(dirname $(fltk-config --libs)) + find "${S}" -name Makefile.in -exec sed -i -e 's:-mwindows -mconsole::g' {} + + base_src_prepare } |