diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-04-06 02:52:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-04-06 02:52:08 +0000 |
commit | 50e16d28ba00a6024bdba7cdf0de4d524ab0e319 (patch) | |
tree | 839772dc367e446bf6fab0e7775507d61f4f9ea6 /sysutils/tmux/files | |
parent | - Update to 0.5.5 (diff) |
- Fix run error when using zsh or sh as shell [1][2]
- Fix build error with custom LOCALBASE
PR: ports/145349 [1]
ports/144760 [2]
Submitted by: Ryan Steinmetz <rpsfa@rit.edu> [1],
Erwan david <erwan@rail.eu.org> [2]
Notes
Notes:
svn path=/head/; revision=252299
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 |