diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-03-03 05:46:18 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-03-03 05:46:18 +0000 |
commit | e67df7691a0f8ba9d01d592f13be26b44140319c (patch) | |
tree | f246e9048443360a9e374b677ca9f8f6daaca391 /net-mail/mswatch/mswatch-1.2.0.ebuild | |
parent | Allow C and C++ libraries to be simultaneously installed (diff) | |
download | gentoo-2-e67df7691a0f8ba9d01d592f13be26b44140319c.tar.gz gentoo-2-e67df7691a0f8ba9d01d592f13be26b44140319c.tar.bz2 gentoo-2-e67df7691a0f8ba9d01d592f13be26b44140319c.zip |
Fix build with GCC 4.7 (bug #424673).
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'net-mail/mswatch/mswatch-1.2.0.ebuild')
-rw-r--r-- | net-mail/mswatch/mswatch-1.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/mswatch/mswatch-1.2.0.ebuild b/net-mail/mswatch/mswatch-1.2.0.ebuild index 26aac1a974ae..3597856a87c3 100644 --- a/net-mail/mswatch/mswatch-1.2.0.ebuild +++ b/net-mail/mswatch/mswatch-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.4 2012/05/03 04:18:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.5 2013/03/03 05:46:18 dirtyepic Exp $ EAPI="4" @@ -23,6 +23,7 @@ CONFIG_CHECK="~INOTIFY_USER" ERROR_INOTIFY_USER="${P} requires in-kernel inotify support." DOCS=( AUTHORS NEWS README THANKS TODO ) +PATCHES=( "${FILESDIR}"/${P}-gcc47.patch ) src_configure() { local myeconfargs=( |