summaryrefslogtreecommitdiff
path: root/dev-util/libtree/libtree-3.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/libtree/libtree-3.1.1.ebuild')
-rw-r--r--dev-util/libtree/libtree-3.1.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/libtree/libtree-3.1.1.ebuild b/dev-util/libtree/libtree-3.1.1.ebuild
index 6ed6a5aae88a..78f8742c0517 100644
--- a/dev-util/libtree/libtree-3.1.1.ebuild
+++ b/dev-util/libtree/libtree-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,6 +13,10 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
+PATCHES=(
+ "${FILESDIR}"/${P}-modern-c.patch
+)
+
src_configure() {
tc-export CC
}