aboutsummaryrefslogtreecommitdiff
path: root/ftp/lftp
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-08-11 19:50:13 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-08-11 19:50:13 +0000
commita194bd17807083204258451d0655c2eef331dea5 (patch)
tree22e12b42fac52f0af3c8ed74628d0ccd5969b906 /ftp/lftp
parenta598e9563cb7dec412b3169ded3258b59a8b3392 (diff)
downloadports-a194bd17807083204258451d0655c2eef331dea5.tar.gz
ports-a194bd17807083204258451d0655c2eef331dea5.zip
Switch to base compiler on powerpc64
PR: 239762 Submitted by: pkubaj
Notes
Notes: svn path=/head/; revision=508669
Diffstat (limited to 'ftp/lftp')
-rw-r--r--ftp/lftp/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index bb73662b7066..a5a66b2ae407 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -71,8 +71,4 @@ NEED_PTHREAD= # empty
LDFLAGS+= -pthread
.endif
-.if ${ARCH} == powerpc64
-USE_GCC= yes
-.endif
-
.include <bsd.port.post.mk>