diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-01-08 17:02:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-01-08 17:02:11 +0000 |
commit | ed22d64afa719f36f73edcc61b113346e8c2ef1a (patch) | |
tree | 02833bfaeb135c895b4adab0065e6c21087d5d1a /security/putty | |
parent | 39e8676bf96d9e0e3032e4beedd02a79f3bd9a34 (diff) | |
download | pkgsrc-ed22d64afa719f36f73edcc61b113346e8c2ef1a.tar.gz |
Fix builds on Darwin
Diffstat (limited to 'security/putty')
-rw-r--r-- | security/putty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index b47c39e63da..3681f75c07b 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -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+= -DHAVE_NO_SETRESUID CFLAGS+= -DIPV6 .endif -.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" +.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin" CFLAGS+= -DOMIT_UTMP .endif |