mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-text/lchat: respect LDFLAGS 2.0
Closes: https://bugs.gentoo.org/932604 Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
This commit is contained in:
parent
a78ecd3924
commit
bbf25b4f27
@ -16,7 +16,10 @@ DEPEND="${RDEPEND}"
|
||||
IUSE="+examples"
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" LIBS="-lgrapheme $LDFLAGS" all $(usex examples filter/indent)
|
||||
emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" LIBS="-lgrapheme $LDFLAGS" all
|
||||
if use examples; then
|
||||
emake CC="$(tc-getCC)" CFLAGS="$CFLAGS $LDFLAGS" filter/indent
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
Loading…
x
Reference in New Issue
Block a user