summaryrefslogtreecommitdiff
path: root/sys-process/cronutils/cronutils-1.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/cronutils/cronutils-1.10.ebuild')
-rw-r--r--sys-process/cronutils/cronutils-1.10.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-process/cronutils/cronutils-1.10.ebuild b/sys-process/cronutils/cronutils-1.10.ebuild
index 852bd502e451..04037ab1c5ac 100644
--- a/sys-process/cronutils/cronutils-1.10.ebuild
+++ b/sys-process/cronutils/cronutils-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,6 +14,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
+PATCHES=(
+ "${FILESDIR}/${P}-musl-1.2.5.patch"
+)
+
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="-D_XOPEN_SOURCE=500 ${CFLAGS}"
}