1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/mtr/files/patch-03
Bill Fumerola d8eddd5db2 Hack to make this compile and DTRT with ncurses.
Submitted by:	David Kirchner <dpk@nwserv.com>
1999-10-27 20:53:33 +00:00

12 lines
350 B
Plaintext

--- Makefile.in.old Wed Oct 27 16:49:03 1999
+++ Makefile.in Wed Oct 27 16:49:22 1999
@@ -210,7 +210,7 @@
mtr: $(mtr_OBJECTS) $(mtr_DEPENDENCIES)
@rm -f mtr
- $(LINK) $(mtr_LDFLAGS) $(mtr_OBJECTS) $(mtr_LDADD) $(LIBS)
+ $(LINK) $(mtr_LDFLAGS) $(mtr_OBJECTS) $(mtr_LDADD) -mytinfo $(LIBS)
install-man8:
$(mkinstalldirs) $(DESTDIR)$(man8dir)