aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Eduardo <carana2099@gmail.com>2024-05-22 21:36:14 -0300
committerCarlos Eduardo <carana2099@gmail.com>2024-05-22 21:36:14 -0300
commit8599a3b73dfe85f5393c9126d631756710605983 (patch)
tree100f0f7750abfd107d5d7abb7c01696e1a194f27 /app-text
parentdev-db/pg_repack: add 1.5.0, drop 1.4.8 (diff)
downloadguru-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() {