net-ftp/ncftp: Set AR

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Closes: https://bugs.gentoo.org/show_bug.cgi?id=724932
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2020-06-10 12:14:46 +02:00
parent 5cf4455ae7
commit 3ee7350618

View File

@@ -28,11 +28,13 @@ PATCHES=(
src_prepare() {
default
sed -i -e '/^AR=/d' autoconf_local/aclocal.m4 || die
AT_M4DIR=autoconf_local/ eautoreconf
}
src_configure() {
tc-export CC
tc-export AR CC
LC_ALL="C" \
LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
econf \