Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/tmux/usr.bin/tmux remove ssp commented out line...



details:   https://anonhg.NetBSD.org/src/rev/8fe1b4ccb09d
branches:  trunk
changeset: 330856:8fe1b4ccb09d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 24 15:11:09 2014 +0000

description:
remove ssp commented out lines, they don't see to be needed anymore.

diffstat:

 external/bsd/tmux/usr.bin/tmux/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 16e648dc93d7 -r 8fe1b4ccb09d external/bsd/tmux/usr.bin/tmux/Makefile
--- a/external/bsd/tmux/usr.bin/tmux/Makefile   Thu Jul 24 15:09:24 2014 +0000
+++ b/external/bsd/tmux/usr.bin/tmux/Makefile   Thu Jul 24 15:11:09 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/07/24 15:09:25 christos Exp $
+# $NetBSD: Makefile,v 1.12 2014/07/24 15:11:09 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,10 +11,6 @@
 MAN=           tmux.1
 
 WARNS?=        4
-#COPTS.cmd-server-info.c+=     -Wno-stack-protector
-#COPTS.imsg-buffer.c+=         -Wno-stack-protector
-#COPTS.imsg.c+=                        -Wno-stack-protector
-#COPTS.screen.c+=              -Wno-stack-protector
 
 SRCS=          arguments.c
 SRCS+=         attributes.c



Home | Main Index | Thread Index | Old Index