From d8eddd5db2655a60d2823f65dc4e568e2d22cf1c Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 27 Oct 1999 20:53:33 +0000 Subject: Hack to make this compile and DTRT with ncurses. Submitted by: David Kirchner --- net/mtr/Makefile | 2 -- net/mtr/files/patch-03 | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 net/mtr/files/patch-03 diff --git a/net/mtr/Makefile b/net/mtr/Makefile index bfc010ab9718..32a8d1ac9d7f 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ MAINTAINER= billf@FreeBSD.org -BROKEN= 'this port does wierd things and rarely works' - HAS_CONFIGURE= yes MAN8= mtr.8 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) -- cgit v1.2.3