diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-10-27 20:53:33 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-10-27 20:53:33 +0000 |
commit | d8eddd5db2655a60d2823f65dc4e568e2d22cf1c (patch) | |
tree | 7ef2e2ba069262a3ab489ba65bbde6d380fd3438 /net/mtr/files | |
parent | 17d9fc035b13fb3423c2b946b8e37f62ceb92dd8 (diff) |
Hack to make this compile and DTRT with ncurses.
Submitted by: David Kirchner <dpk@nwserv.com>
Notes
Notes:
svn path=/head/; revision=22697
Diffstat (limited to 'net/mtr/files')
-rw-r--r-- | net/mtr/files/patch-03 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mtr/files/patch-03 b/net/mtr/files/patch-03 new file mode 100644 index 000000000000..9d8486dcc4ee --- /dev/null +++ b/net/mtr/files/patch-03 @@ -0,0 +1,11 @@ +--- 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) |