freebsd-ports/sysutils/tmux/files/patch-Makefile
Beech Rintoul 9feea1f72d - Add missing files
PR:		ports/130700
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-01-21 22:54:13 +00:00

12 lines
320 B
Text

--- 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/}