diff options
Diffstat (limited to 'sysutils/tmux/files')
-rw-r--r-- | sysutils/tmux/files/extra-patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/tmux/files/extra-patch-configure b/sysutils/tmux/files/extra-patch-configure new file mode 100644 index 000000000000..6b9a7d99fe99 --- /dev/null +++ b/sysutils/tmux/files/extra-patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2010-03-17 09:12:09.000000000 +0800 ++++ configure 2010-03-17 09:11:28.000000000 +0800 +@@ -204,6 +204,7 @@ + FreeBSD|DragonFly) + cat <<EOF >>$CONFIG_H + #define HAVE_ASPRINTF ++#define HAVE_BROKEN_KQUEUE + #define HAVE_BZERO + #define HAVE_DAEMON + #define HAVE_FGETLN |