diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-01-21 22:54:13 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-01-21 22:54:13 +0000 |
commit | 9feea1f72d6c75492872f05ecbe996213dfc54a7 (patch) | |
tree | abbb8fa1bf8e5eb85ff9075f2454ee81150fc5fa /sysutils/tmux/files | |
parent | - Update to 0.6 from 0.5 (diff) |
- Add missing files
PR: ports/130700
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=226637
Diffstat (limited to 'sysutils/tmux/files')
-rw-r--r-- | sysutils/tmux/files/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/tmux/files/patch-Makefile b/sysutils/tmux/files/patch-Makefile new file mode 100644 index 000000000000..4882538006ac --- /dev/null +++ b/sysutils/tmux/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig 2009-01-18 23:30:26.000000000 +0800 ++++ Makefile 2009-01-18 23:31:22.000000000 +0800 +@@ -80,6 +80,9 @@ + # FreeBSD and DragonFly + .if ${OS} == "FreeBSD" || ${OS} == "DragonFly" + CFLAGS+= -DUSE_LIBUTIL_H ++INCDIRS+= -Icompat ++SRCS+= compat/vis.c ++LIBS+= -lcrypt + .endif + + OBJS= ${SRCS:S/.c/.o/:S/.y/.o/} |