View | Details | Raw Unified | Return to bug 280868
Collapse All | Expand All

(-)b/sysutils/screen/Makefile (-5 lines)
Lines 52-62 CPE_VENDOR= gnu Link Here
52
52
53
.include <bsd.port.options.mk>
53
.include <bsd.port.options.mk>
54
54
55
.if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7 || \
56
    ${ARCH} == i386 || ${ARCH:Mpowerpc*}
57
SSP_CFLAGS?=	-fno-stack-protector
58
.endif
59
60
GNU_CONFIGURE=	yes
55
GNU_CONFIGURE=	yes
61
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
56
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
62
CFLAGS+=	-I${NCURSESINC}
57
CFLAGS+=	-I${NCURSESINC}
(-)b/sysutils/screen/files/patch-os.h (+9 lines)
Lines 14-19 Link Here
14
 #  define utmp		utmpx
14
 #  define utmp		utmpx
15
 #  define getutent	getutxent
15
 #  define getutent	getutxent
16
 #  define getutid	getutxid
16
 #  define getutid	getutxid
17
@@ -507,7 +509,7 @@ typedef struct fd_set { int fds_bits[1]; } fd_set;
18
  */
19
 
20
 #ifndef TERMCAP_BUFSIZE
21
-# define TERMCAP_BUFSIZE 1023
22
+# define TERMCAP_BUFSIZE 1024
23
 #endif
24
 
25
 #ifndef MAXPATHLEN
17
@@ -524,6 +526,6 @@
26
@@ -524,6 +526,6 @@
18
 /* Changing those you won't be able to attach to your old sessions
27
 /* Changing those you won't be able to attach to your old sessions
19
  * when changing those values in official tree don't forget to bump
28
  * when changing those values in official tree don't forget to bump

Return to bug 280868