pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/putty



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 18 03:44:53 UTC 2020

Modified Files:
        pkgsrc/security/putty: Makefile

Log Message:
putty: define -DHAVE_NO_SETRESUID on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/security/putty/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/putty/Makefile
diff -u pkgsrc/security/putty/Makefile:1.64 pkgsrc/security/putty/Makefile:1.65
--- pkgsrc/security/putty/Makefile:1.64 Mon Aug 17 20:20:00 2020
+++ pkgsrc/security/putty/Makefile      Tue Aug 18 03:44:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2020/08/17 20:20:00 leot Exp $
+# $NetBSD: Makefile,v 1.65 2020/08/18 03:44:52 tnn Exp $
 #
 
 DISTNAME=      putty-0.74
@@ -33,7 +33,7 @@ CFLAGS+=      -DBSD_PTYS
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 CFLAGS.SunOS+= -DBSD_COMP
-CFLAGS.NetBSD+=        -DHAVE_FUTIMES
+CFLAGS.NetBSD+=        -DHAVE_FUTIMES -DHAVE_NO_SETRESUID
 CFLAGS.Linux+= -DHAVE_FUTIMES -DHAVE_NO_SETRESUID
 LDFLAGS.Linux+=        -ldl
 



Home | Main Index | Thread Index | Old Index