diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-10 15:56:23 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-10 15:56:23 +0200 |
commit | da2d0d0e9620456874d0e574817b24bc5337302c (patch) | |
tree | e5856b97d37468e6148e7165e006034aa0bb5583 /x11-plugins | |
parent | media-video/devedeng: use PF for doc path (diff) | |
download | gentoo-da2d0d0e9620456874d0e574817b24bc5337302c.tar.gz gentoo-da2d0d0e9620456874d0e574817b24bc5337302c.tar.bz2 gentoo-da2d0d0e9620456874d0e574817b24bc5337302c.zip |
x11-plugins/wmrack: fix XPM/standart.style compilation error
Closes: https://bugs.gentoo.org/805206
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmrack/wmrack-1.4-r1.ebuild | 4 |
1 files 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 |