pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/lftp INSTALL_UNSTRIPPED=yes on Darwin to make this...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6ab734be7c2
branches: trunk
changeset: 556338:a6ab734be7c2
user: yyamano <yyamano%pkgsrc.org@localhost>
date: Fri Mar 20 05:51:53 2009 +0000
description:
INSTALL_UNSTRIPPED=yes on Darwin to make this run.
Patch is provided by Tetsuya KOBAYASHI. Close PR pkg/40985.
diffstat:
net/lftp/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r a6f340583041 -r a6ab734be7c2 net/lftp/Makefile
--- a/net/lftp/Makefile Thu Mar 19 23:51:56 2009 +0000
+++ b/net/lftp/Makefile Fri Mar 20 05:51:53 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2008/09/18 05:22:19 yyamano Exp $
+# $NetBSD: Makefile,v 1.83 2009/03/20 05:51:53 yyamano Exp $
DISTNAME= lftp-3.5.11
PKGREVISION= 1
@@ -35,6 +35,10 @@
LDFLAGS.Darwin+= -flat_namespace
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED= yes
+.endif
+
EGDIR= ${PREFIX}/share/examples/lftp
CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf
Home |
Main Index |
Thread Index |
Old Index