diff options
author | yyamano <yyamano@pkgsrc.org> | 2008-09-18 05:22:19 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2008-09-18 05:22:19 +0000 |
commit | 7cefdf3e725c63b5bbd91763ce71c9ebf928cf21 (patch) | |
tree | 208702d1f4d163645f9774322f2b8b6ea42caabb /net/lftp | |
parent | 311227a971dd5a181ae6aaccce467ee0eb4259be (diff) | |
download | pkgsrc-7cefdf3e725c63b5bbd91763ce71c9ebf928cf21.tar.gz |
Fix "dyld: Symbol not found: _program_name" on Darwin. pkg/39435
Diffstat (limited to 'net/lftp')
-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 37894abed29..8d167758de2 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2008/08/22 17:45:02 tnn Exp $ +# $NetBSD: Makefile,v 1.82 2008/09/18 05:22:19 yyamano Exp $ DISTNAME= lftp-3.5.11 PKGREVISION= 1 @@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --with-modules CONFIGURE_ENV+= F77=${FALSE:Q} +LDFLAGS.Darwin+= -flat_namespace + EGDIR= ${PREFIX}/share/examples/lftp CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf |