diff options
Diffstat (limited to 'app-misc/sl')
-rw-r--r-- | app-misc/sl/sl-3.03-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-misc/sl/sl-3.03-r3.ebuild b/app-misc/sl/sl-3.03-r3.ebuild index b9165ebacf64..5193c62e5eab 100644 --- a/app-misc/sl/sl-3.03-r3.ebuild +++ b/app-misc/sl/sl-3.03-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -47,6 +47,10 @@ src_prepare() { fi } +src_compile() { + emake LDLIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" +} + src_install() { dobin sl dodoc sl.txt |