From 3e4f55e094af582eebb37bebc9abd42ec59a7eb2 Mon Sep 17 00:00:00 2001 From: yyamano Date: Thu, 18 Sep 2008 05:22:19 +0000 Subject: Fix "dyld: Symbol not found: _program_name" on Darwin. pkg/39435 --- net/lftp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') 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 -- cgit v1.2.3