diff options
author | billf <billf@FreeBSD.org> | 1999-10-28 04:53:33 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-10-28 04:53:33 +0800 |
commit | 9b6b29490a3b19e6161b7c96266a2818baf4f603 (patch) | |
tree | 5dd5fbe6c41ed2e94b1cca01fa93dea985a839a8 /net/mtr/files | |
parent | 79c45c6a49e9c43f98129d67990da8fb2d37278d (diff) | |
download | freebsd-ports-gnome-9b6b29490a3b19e6161b7c96266a2818baf4f603.tar.gz freebsd-ports-gnome-9b6b29490a3b19e6161b7c96266a2818baf4f603.tar.zst freebsd-ports-gnome-9b6b29490a3b19e6161b7c96266a2818baf4f603.zip |
Hack to make this compile and DTRT with ncurses.
Submitted by: David Kirchner <dpk@nwserv.com>
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) |