diff options
author | seb <seb@pkgsrc.org> | 2003-07-24 09:21:18 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-24 09:21:18 +0000 |
commit | 4ebad82337f7c4a91b7326fb6cbad18ba80dfd47 (patch) | |
tree | a7a37650d19985edcfb284a6e8d97f6b39966eaf /net | |
parent | 6a41393e05c097717ada9ef3907b794616159e63 (diff) | |
download | pkgsrc-4ebad82337f7c4a91b7326fb6cbad18ba80dfd47.tar.gz |
Workaround a bug in sparc64 -current's f77: disable f77 checks altogether it
is not needed anyway for this package.
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 814f547bc89..0bd31a0d175 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/07/21 17:10:47 martti Exp $ +# $NetBSD: Makefile,v 1.26 2003/07/24 09:21:18 seb Exp $ # DISTNAME= lftp-2.6.6 @@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-modules +CONFIGURE_ENV+= F77=${FALSE} + CONF_FILES= ${PREFIX}/share/examples/lftp/lftp.conf \ ${PKG_SYSCONFDIR}/lftp.conf |