svn commit: r508669 - head/ftp/lftp

Ganael LAPLANCHE martymac at FreeBSD.org
Sun Aug 11 19:50:14 UTC 2019


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>


More information about the svn-ports-head mailing list