diff options
author | martymac <martymac@FreeBSD.org> | 2019-08-12 03:50:13 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2019-08-12 03:50:13 +0800 |
commit | 2e28977e22f94819639b8f3b6583975fcea00b74 (patch) | |
tree | 22e12b42fac52f0af3c8ed74628d0ccd5969b906 | |
parent | f42d84ed223c7bb2ef750a5c5f7ff04fa24d0ef3 (diff) | |
download | freebsd-ports-gnome-2e28977e22f94819639b8f3b6583975fcea00b74.tar.gz freebsd-ports-gnome-2e28977e22f94819639b8f3b6583975fcea00b74.tar.zst freebsd-ports-gnome-2e28977e22f94819639b8f3b6583975fcea00b74.zip |
Switch to base compiler on powerpc64
PR: 239762
Submitted by: pkubaj
-rw-r--r-- | ftp/lftp/Makefile | 4 |
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> |