summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-08-11 15:53:48 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-08-11 15:53:48 +0000
commit236e8ada03776ab71adfd40a4fd755425cddc8cd (patch)
treebd0ee5ba49e9bcd033e5fe7c6f7b0e4f0a3622ce /sci-visualization/spyview/spyview-20111018.ebuild
parentStable for amd64, wrt bug #429042 (diff)
downloadgentoo-2-236e8ada03776ab71adfd40a4fd755425cddc8cd.tar.gz
gentoo-2-236e8ada03776ab71adfd40a4fd755425cddc8cd.tar.bz2
gentoo-2-236e8ada03776ab71adfd40a4fd755425cddc8cd.zip
Fix build with gcc-4.7, bug 425368
(Portage version: 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.ebuild4
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
}