commit: da2d0d0e9620456874d0e574817b24bc5337302c Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Jul 10 13:56:23 2022 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Jul 10 13:56:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2d0d0e
x11-plugins/wmrack: fix XPM/standart.style compilation error Closes: https://bugs.gentoo.org/805206 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> x11-plugins/wmrack/wmrack-1.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/wmrack/wmrack-1.4-r1.ebuild b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild index f40d1f916205..87ecae2c815b 100644 --- a/x11-plugins/wmrack/wmrack-1.4-r1.ebuild +++ b/x11-plugins/wmrack/wmrack-1.4-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs DESCRIPTION="a sound mixer and CD player dockapp" HOMEPAGE="http://wmrack.sourceforge.net" @@ -22,6 +21,7 @@ DOCS=( CHANGES README TODO ) src_prepare() { default + ln -s grey.style XPM/standart.style || die sed -i \ -e 's:gcc:$(CC):' \ -e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in || die
