diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-18 07:58:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-18 07:58:26 +0000 |
commit | 2104a91372d7e42feeb702d96f3a57f8ace8ca55 (patch) | |
tree | 8cbcf5aa9e6522122c022e13c621300921eec145 /dns/maradns/files/patch-tools_Makefile.recursive | |
parent | - Update to 1.06 (diff) |
- Update to 1.4.02
- Pass maintainership to submitter
PR: 142723
Submitted by: Bernhard Froehlich <decke@bluelife.at>
Notes
Notes:
svn path=/head/; revision=248088
Diffstat (limited to 'dns/maradns/files/patch-tools_Makefile.recursive')
-rw-r--r-- | dns/maradns/files/patch-tools_Makefile.recursive | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/maradns/files/patch-tools_Makefile.recursive b/dns/maradns/files/patch-tools_Makefile.recursive new file mode 100644 index 000000000000..52653b5a7140 --- /dev/null +++ b/dns/maradns/files/patch-tools_Makefile.recursive @@ -0,0 +1,11 @@ +--- tools/Makefile.recursive.orig 2006-01-02 17:59:33.000000000 +0100 ++++ tools/Makefile.recursive 2010-01-08 09:51:36.000000000 +0100 +@@ -27,7 +27,7 @@ + $(CC) $(FLAGS) -o benchmark benchmark.c $(OBJECTS) $(POBJECTS) + + duende: duende.c +- $(CC) $(FLAGS) -o duende duende.c ++ $(CC) $(FLAGS) -o duende duende.c -lutil + + strip.control: strip.control.c + $(CC) $(FLAGS) -o strip.control strip.control.c |