pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/putty Fix builds on Darwin
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bad485a17ba
branches: trunk
changeset: 537418:0bad485a17ba
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Tue Jan 08 17:02:11 2008 +0000
description:
Fix builds on Darwin
diffstat:
security/putty/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 99175b1de00a -r 0bad485a17ba security/putty/Makefile
--- a/security/putty/Makefile Tue Jan 08 17:01:23 2008 +0000
+++ b/security/putty/Makefile Tue Jan 08 17:02:11 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/10/13 09:14:16 obache Exp $
+# $NetBSD: Makefile,v 1.17 2008/01/08 17:02:11 adrianp Exp $
#
DISTNAME= putty-0.60
@@ -28,7 +28,7 @@
CFLAGS+= -DIPV6
.endif
-.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
+.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"
CFLAGS+= -DOMIT_UTMP
.endif
Home |
Main Index |
Thread Index |
Old Index