pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/putty Fix Darwin build: set CFLAGS like NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ada5b05c92b5
branches:  trunk
changeset: 442789:ada5b05c92b5
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Nov 30 14:15:09 2020 +0000

description:
Fix Darwin build: set CFLAGS like NetBSD and Linux.

diffstat:

 security/putty/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1ce23e6ddca0 -r ada5b05c92b5 security/putty/Makefile
--- a/security/putty/Makefile   Mon Nov 30 14:05:48 2020 +0000
+++ b/security/putty/Makefile   Mon Nov 30 14:15:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/11/24 15:38:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2020/11/30 14:15:09 schmonz Exp $
 #
 
 DISTNAME=      putty-0.74
@@ -33,6 +33,7 @@
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 CFLAGS.SunOS+= -DBSD_COMP
+CFLAGS.Darwin+=        -DHAVE_FUTIMES -DHAVE_NO_SETRESUID
 CFLAGS.NetBSD+=        -DHAVE_FUTIMES -DHAVE_NO_SETRESUID
 CFLAGS.Linux+= -DHAVE_FUTIMES -DHAVE_NO_SETRESUID
 LDFLAGS.Linux+=        -ldl



Home | Main Index | Thread Index | Old Index