summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-04-23 22:22:05 +0200
committerJeroen Roovers <jer@gentoo.org>2017-04-23 22:26:12 +0200
commit48726a08716bb85e2f5ec049e54eab6f0639741a (patch)
tree6325f357d821d842f0aa1db30cb2b2f5f6b0de24 /app-antivirus/clamav/clamav-0.99.ebuild
parentx11-misc/rofi: Stable for AMD64 x86 (bug #615976). (diff)
downloadgentoo-48726a08716bb85e2f5ec049e54eab6f0639741a.tar.gz
gentoo-48726a08716bb85e2f5ec049e54eab6f0639741a.tar.bz2
gentoo-48726a08716bb85e2f5ec049e54eab6f0639741a.zip
app-antivirus/clamav: Fix building against sys-libs/ncurses[tinfo] (bug #596310).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-antivirus/clamav/clamav-0.99.ebuild')
-rw-r--r--app-antivirus/clamav/clamav-0.99.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.99.ebuild b/app-antivirus/clamav/clamav-0.99.ebuild
index 9ae42e5bba4c..020f61bb23ec 100644
--- a/app-antivirus/clamav/clamav-0.99.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.ebuild
@@ -45,7 +45,7 @@ src_prepare() {
use ppc64 && append-flags -mminimal-toc
use uclibc && export ac_cv_type_error_t=yes
- epatch "${FILESDIR}"/${PN}-configure-zlib.patch # 604650, fixed in upstream HEAD
+ epatch "${FILESDIR}"/${P}-zlib.patch # 604650, fixed in upstream HEAD
eautoconf
}