commit: 8599a3b73dfe85f5393c9126d631756710605983 Author: Carlos Eduardo <carana2099 <AT> gmail <DOT> com> AuthorDate: Thu May 23 00:36:14 2024 +0000 Commit: Carlos Eduardo <carana2099 <AT> gmail <DOT> com> CommitDate: Thu May 23 00:36:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8599a3b7
app-text/lchat: respect LDFLAGS Closes: https://bugs.gentoo.org/932340 Signed-off-by: Carlos Eduardo <carana2099 <AT> gmail.com> app-text/lchat/{lchat-1.0.ebuild => lchat-1.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/lchat/lchat-1.0.ebuild b/app-text/lchat/lchat-1.0-r1.ebuild similarity index 84% rename from app-text/lchat/lchat-1.0.ebuild rename to app-text/lchat/lchat-1.0-r1.ebuild index 5a9a67d90..3e5bb2e11 100644 --- a/app-text/lchat/lchat-1.0.ebuild +++ b/app-text/lchat/lchat-1.0-r1.ebuild @@ -16,7 +16,7 @@ DEPEND="${RDEPEND}" IUSE="+examples" src_compile() { - emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" all $(usex examples filter/indent) + emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" LIBS="-lgrapheme $LDFLAGS" all $(usex examples filter/indent) } src_install() {
