summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2016-07-21 10:52:33 +0900
committerBenda Xu <heroxbd@gentoo.org>2016-07-21 10:52:33 +0900
commitf41c9946679520f6f194e9de96cef40134674bdc (patch)
treed0ef114030779f74f9bef5aa0aa3bafa1da8f293 /www-client/w3m
parentprefix.eclass: introduce hprefixify and prefixify_ro (diff)
downloadgentoo-f41c9946679520f6f194e9de96cef40134674bdc.tar.gz
gentoo-f41c9946679520f6f194e9de96cef40134674bdc.tar.bz2
gentoo-f41c9946679520f6f194e9de96cef40134674bdc.zip
www-client/w3m: prefixify search paths of acinclude.m4.
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-client/w3m')
-rw-r--r--www-client/w3m/w3m-0.5.3-r8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/w3m/w3m-0.5.3-r8.ebuild b/www-client/w3m/w3m-0.5.3-r8.ebuild
index 17b2f8d3c6fe..90c451898286 100644
--- a/www-client/w3m/w3m-0.5.3-r8.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r8.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-inherit autotools eutils
+inherit autotools eutils prefix
DESCRIPTION="Text based WWW browser, supports tables and frames"
HOMEPAGE="http://w3m.sourceforge.net/"
@@ -49,6 +49,7 @@ src_prepare() {
"${FILESDIR}"/${P}-url-schema.patch
ecvs_clean
sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
+ hprefixify acinclude.m4
eautoconf
}