patches/ebuilds: Fixes to cross-compile conmon

Gentoo bugs [901481][0] and [902085][1].

[0]: https://bugs.gentoo.org/show_bug.cgi?id=901481
[1]: https://bugs.gentoo.org/show_bug.cgi?id=902085
This commit is contained in:
2023-03-23 11:10:47 -05:00
parent aae933e105
commit 1779f5564c
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/conmon-2.1.6.ebuild 2023-03-16 15:02:17.213375763 -0000
+++ b/conmon-2.1.6.ebuild 2023-03-16 15:02:46.337375763 -0000
@@ -34,7 +34,7 @@
}
src_compile() {
- tc-export CC
+ tc-export CC PKG_CONFIG
emake GIT_COMMIT="v${PV}" \
all
}