aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tmux/files
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2009-02-17 07:38:50 +0800
committernaddy <naddy@FreeBSD.org>2009-02-17 07:38:50 +0800
commite376a15c4684a7b26ccc1bea27c97818294309e7 (patch)
treee7c6a5263c3ce1b5fed9bf3f9ec975a1a7fd5d86 /sysutils/tmux/files
parenta7f5e3366f64d431217e6e10c10839dcd89dd71c (diff)
downloadfreebsd-ports-gnome-e376a15c4684a7b26ccc1bea27c97818294309e7.tar.gz
freebsd-ports-gnome-e376a15c4684a7b26ccc1bea27c97818294309e7.tar.zst
freebsd-ports-gnome-e376a15c4684a7b26ccc1bea27c97818294309e7.zip
Update to 0.7.
Approved by: maintainer
Diffstat (limited to 'sysutils/tmux/files')
-rw-r--r--sysutils/tmux/files/patch-Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/tmux/files/patch-Makefile b/sysutils/tmux/files/patch-Makefile
deleted file mode 100644
index 4882538006ac..000000000000
--- a/sysutils/tmux/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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/}