Date: Sun, 11 Aug 2019 19:50:13 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508669 - head/ftp/lftp Message-ID: <201908111950.x7BJoDxM030818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Sun Aug 11 19:50:13 2019 New Revision: 508669 URL: https://svnweb.freebsd.org/changeset/ports/508669 Log: Switch to base compiler on powerpc64 PR: 239762 Submitted by: pkubaj Modified: head/ftp/lftp/Makefile Modified: head/ftp/lftp/Makefile ============================================================================== --- head/ftp/lftp/Makefile Sun Aug 11 19:23:09 2019 (r508668) +++ head/ftp/lftp/Makefile Sun Aug 11 19:50:13 2019 (r508669) @@ -71,8 +71,4 @@ NEED_PTHREAD= # empty LDFLAGS+= -pthread .endif -.if ${ARCH} == powerpc64 -USE_GCC= yes -.endif - .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111950.x7BJoDxM030818>