diff options
author | martymac <martymac@FreeBSD.org> | 2017-07-16 20:44:13 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-07-16 20:44:13 +0800 |
commit | 40fcafadff743f0df360de7386408724a7e297bf (patch) | |
tree | 366c2e1bfacde463a6d57df9c22463ed76c6d571 /ftp | |
parent | 0478a7fbe7179655795749a75bf7f41e2b96b226 (diff) | |
download | freebsd-ports-gnome-40fcafadff743f0df360de7386408724a7e297bf.tar.gz freebsd-ports-gnome-40fcafadff743f0df360de7386408724a7e297bf.tar.zst freebsd-ports-gnome-40fcafadff743f0df360de7386408724a7e297bf.zip |
Fix build on powerpc64
PR: 220747
Submitted by: Alan Braslau <braslau@free.fr>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.if ${ARCH} == powerpc64 +USE_GCC= yes +.endif + .if ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif |