ports/sysutils/tmux/files/extra-patch-fb7
Wen Heping cfe1bc584d - Fix build when ${OSVERSION} < 702104 [1]
- Now set tmux build without #define HAVE_BROKEN_KQUEUE as default and an option.

PR:		ports/154485 [1]
Submitted by:	Mike Stupalov <landy2005@gmail.com> [1]
2011-02-21 07:09:49 +00:00

18 lines
471 B
Text

--- configure.orig 2011-02-21 10:52:19.000000000 +0800
+++ configure 2011-02-21 10:54:29.000000000 +0800
@@ -224,7 +224,6 @@
#define HAVE_ASPRINTF
#define HAVE_BROKEN_KQUEUE
#define HAVE_BZERO
-#define HAVE_CLOSEFROM
#define HAVE_DAEMON
#define HAVE_FGETLN
#define HAVE_FORKPTY
@@ -245,6 +244,7 @@
cat <<EOF >>$CONFIG_MK
LIBS+= -lcurses -lutil -levent
SRCS+= osdep-freebsd.c \
+ compat/closefrom.c \
compat/vis.c \
compat/unvis.c \
compat/imsg-buffer.c \