summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoryyamano <yyamano>2008-09-18 05:22:19 +0000
committeryyamano <yyamano>2008-09-18 05:22:19 +0000
commit3e4f55e094af582eebb37bebc9abd42ec59a7eb2 (patch)
tree208702d1f4d163645f9774322f2b8b6ea42caabb /net
parent940d1f3adb1a991a6bdd22624f43366728d4e5c7 (diff)
downloadpkgsrc-3e4f55e094af582eebb37bebc9abd42ec59a7eb2.tar.gz
Fix "dyld: Symbol not found: _program_name" on Darwin. pkg/39435
Diffstat (limited to 'net')
-rw-r--r--net/lftp/Makefile4
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