summaryrefslogtreecommitdiff
path: root/x11-plugins/cputnik/cputnik-0.2.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/cputnik/cputnik-0.2.0-r1.ebuild')
-rw-r--r--x11-plugins/cputnik/cputnik-0.2.0-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/cputnik/cputnik-0.2.0-r1.ebuild b/x11-plugins/cputnik/cputnik-0.2.0-r1.ebuild
index eb195d5a676b..031cf79deae7 100644
--- a/x11-plugins/cputnik/cputnik-0.2.0-r1.ebuild
+++ b/x11-plugins/cputnik/cputnik-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,9 +22,11 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P}/src
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch
+PATCHES=(
+ "${FILESDIR}"/${P}-makefile.patch
"${FILESDIR}"/${P}-fno-common.patch
- )
+ "${FILESDIR}"/${P}-libdir.patch
+)
src_compile() {
emake CC="$(tc-getCC)"