diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-05-31 15:44:59 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-05-31 15:44:59 +0000 |
commit | 16f136f2216a08db7db711429fd8aca15fe38ef6 (patch) | |
tree | f1212357fdb332d2b4df36f2d04b4dc456381f8f /app-antivirus/clamav/clamav-0.97.4.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-16f136f2216a08db7db711429fd8aca15fe38ef6.tar.gz gentoo-2-16f136f2216a08db7db711429fd8aca15fe38ef6.tar.bz2 gentoo-2-16f136f2216a08db7db711429fd8aca15fe38ef6.zip |
Fix build with gcc-4.7 (bug #412349 by Alphat-PC).
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus/clamav/clamav-0.97.4.ebuild')
-rw-r--r-- | app-antivirus/clamav/clamav-0.97.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.97.4.ebuild b/app-antivirus/clamav/clamav-0.97.4.ebuild index fe32690a8102..819797be4137 100644 --- a/app-antivirus/clamav/clamav-0.97.4.ebuild +++ b/app-antivirus/clamav/clamav-0.97.4.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/app-antivirus/clamav/clamav-0.97.4.ebuild,v 1.3 2012/05/31 03:01:52 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.4.ebuild,v 1.4 2012/05/31 15:44:58 radhermit Exp $ EAPI=4 @@ -31,7 +31,10 @@ RESTRICT="test" DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE ) -PATCHES=( "${FILESDIR}"/${PN}-0.97-nls.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-0.97-nls.patch + "${FILESDIR}"/${PN}-0.97.4-gcc47.patch +) pkg_setup() { enewgroup clamav |