diff options
Diffstat (limited to 'x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild index f58563238431..71119ddbc14a 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools cvs desktop vcs-clean +inherit autotools cvs desktop vcs-clean prefix DESCRIPTION="rxvt clone with xft and unicode support" HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html" @@ -56,6 +56,9 @@ src_prepare() { # kill the rxvt-unicode terminfo file - #192083 sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || die "sed failed" + # use xsubpp from Prefix - #506500 + hprefixify -q '"' -w "/xsubpp/" src/Makefile.in + eautoreconf } |