freebsd-ports/sysutils/wtail/files/patch-Makefile
John Marino f8e9f74049 sysutils/wtail: document ncurses requirement (USES+=ncurses)
Also link with libncurses rather than libcurses.

approved by:	infrastructure blanket
2016-02-04 17:26:06 +00:00

11 lines
328 B
Text

--- Makefile.orig 2003-01-13 23:12:57 UTC
+++ Makefile
@@ -51,7 +51,7 @@ dist:
arc=$(ARC); cd $(TMPDIR) && tar -cf - $$arc | gzip >$$arc.tar.gz
wtail: $(OBJ)
- $(CC) $(LDFLAGS) -o $@ $(OBJ) -lcurses
+ $(CC) $(LDFLAGS) -o $@ $(OBJ) -lncurses
version.c: VERSION
cat VERSION | sed 's/.*/const char version[] = "&";/' >$@