diff options
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index 0a5ea0562e6a..38614867b97f 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -33,7 +33,7 @@ src_configure() { fi econf - emake CFLAGS="${CFLAGS} $("$(tc-getPKG_CONFIG)" --libs ncurses)" + emake LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" } src_install() { |