www-client/w3m: prefixify search paths of acinclude.m4.
authorBenda Xu <heroxbd@gentoo.org>
Thu, 21 Jul 2016 01:52:33 +0000 (10:52 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Thu, 21 Jul 2016 01:52:33 +0000 (10:52 +0900)
Package-Manager: portage-2.2.28

www-client/w3m/w3m-0.5.3-r8.ebuild

index 17b2f8d3c6fe5d72495658416ba09b4a93d1f5de..90c45189828660a0ddb6b77974322430d4392029 100644 (file)
@@ -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
 }