summaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-16 17:57:36 +0000
committerwiz <wiz>2010-01-16 17:57:36 +0000
commit9851b89718febea25cd3313ad783b51bdcd51be8 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /net/lftp
parent336669782f1bd251f7d80671d159d1c730a1a2ec (diff)
downloadpkgsrc-9851b89718febea25cd3313ad783b51bdcd51be8.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 131532bb2a2..6cad7e5cdad 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2009/12/01 07:46:48 joerg Exp $
+# $NetBSD: Makefile,v 1.91 2010/01/16 17:57:38 wiz Exp $
DISTNAME= lftp-4.0.1
PKGREVISION= 1
@@ -34,8 +34,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-modules
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
LDFLAGS.Darwin+= -flat_namespace
.if ${OPSYS} == "Darwin"