Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-220747-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220747

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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 445958)
+++ Makefile    (working copy)
@@ -57,6 +57,9 @@

 .include <bsd.port.pre.mk>

+.if ${ARCH} =3D=3D powerpc64
+USE_GCC=3Dyes
+.endif
 .if ${SSL_DEFAULT:Mopenssl-devel}
 BROKEN=3D                Does not build with openssl-devel
 .endif

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220747-25139-zKkWzBNZso>