Date: Sat, 15 Jul 2017 20:45:06 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-powerpc@FreeBSD.org Subject: [Bug 220747] ftp/lftp: fails to build (powerpc64) Message-ID: <bug-220747-25139-zKkWzBNZso@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220747-25139@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220747 Andreas Tobler <andreast@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreast@FreeBSD.org --- Comment #1 from Andreas Tobler <andreast@FreeBSD.org> --- Try this: Index: Makefile =================================================================== --- Makefile (revision 445958) +++ Makefile (working copy) @@ -57,6 +57,9 @@ .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 -- You are receiving this mail because: You are on the CC list for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220747-25139-zKkWzBNZso>
