diff options
author | Carlos Eduardo <carana2099@gmail.com> | 2024-05-22 21:36:14 -0300 |
---|---|---|
committer | Carlos Eduardo <carana2099@gmail.com> | 2024-05-22 21:36:14 -0300 |
commit | 8599a3b73dfe85f5393c9126d631756710605983 (patch) | |
tree | 100f0f7750abfd107d5d7abb7c01696e1a194f27 /app-text | |
parent | dev-db/pg_repack: add 1.5.0, drop 1.4.8 (diff) | |
download | guru-8599a3b73dfe85f5393c9126d631756710605983.tar.gz guru-8599a3b73dfe85f5393c9126d631756710605983.tar.bz2 guru-8599a3b73dfe85f5393c9126d631756710605983.zip |
app-text/lchat: respect LDFLAGS
Closes: https://bugs.gentoo.org/932340
Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/lchat/lchat-1.0-r1.ebuild (renamed from app-text/lchat/lchat-1.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/lchat/lchat-1.0.ebuild b/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() { |