From 40fcafadff743f0df360de7386408724a7e297bf Mon Sep 17 00:00:00 2001 From: martymac Date: Sun, 16 Jul 2017 12:44:13 +0000 Subject: Fix build on powerpc64 PR: 220747 Submitted by: Alan Braslau --- ftp/lftp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ftp') diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 6625a93174bc..cb3cfd6f7f0a 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -57,6 +57,10 @@ post-install-DOCS-on: .include +.if ${ARCH} == powerpc64 +USE_GCC= yes +.endif + .if ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif -- cgit