diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-01-05 07:06:57 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-01-05 07:06:57 +0000 |
commit | a28855ff8e0b9776b6571991d09cd179d9fba10a (patch) | |
tree | 0de758a8fdd222df195df3e6d38e029595813064 /sysutils/tmux/files/extra-patch-configure | |
parent | - Bump PORTREVISION to chase the update of astro/cfitsio (diff) |
- Only apply the patch of configure on FreeBSD8 and 9
Submitted by: h.skuhra@gmail.com (via email)
Notes
Notes:
svn path=/head/; revision=267408
Diffstat (limited to 'sysutils/tmux/files/extra-patch-configure')
-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..9cac18d8b58f --- /dev/null +++ b/sysutils/tmux/files/extra-patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 2010-12-29 11:18:06.000000000 +0100 ++++ configure 2010-12-29 11:18:18.000000000 +0100 +@@ -222,7 +222,6 @@ + FreeBSD|DragonFly) + cat <<EOF >>$CONFIG_H + #define HAVE_ASPRINTF +-#define HAVE_BROKEN_KQUEUE + #define HAVE_BZERO + #define HAVE_CLOSEFROM + #define HAVE_DAEMON |