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: schmonz
Date: Mon Nov 30 14:15:09 UTC 2020
Modified Files:
pkgsrc/security/putty: Makefile
Log Message:
Fix Darwin build: set CFLAGS like NetBSD and Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 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.66 pkgsrc/security/putty/Makefile:1.67
--- pkgsrc/security/putty/Makefile:1.66 Tue Nov 24 15:38:36 2020
+++ pkgsrc/security/putty/Makefile Mon Nov 30 14:15:09 2020
@@ -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 @@ CFLAGS+= -DBSD_PTYS
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