diff options
author | adrianp <adrianp> | 2008-01-08 17:02:11 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-01-08 17:02:11 +0000 |
commit | 07673874cf1a9dbb689d9e7e8d38200ab9afa932 (patch) | |
tree | 02833bfaeb135c895b4adab0065e6c21087d5d1a /security/putty | |
parent | 735994d8939b686a4e0a51d85b31966b5ca7c677 (diff) | |
download | pkgsrc-07673874cf1a9dbb689d9e7e8d38200ab9afa932.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 |