diff options
Diffstat (limited to 'net/mDNSResponder/patches/patch-ad')
-rw-r--r-- | net/mDNSResponder/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mDNSResponder/patches/patch-ad b/net/mDNSResponder/patches/patch-ad new file mode 100644 index 00000000000..5d900d161a4 --- /dev/null +++ b/net/mDNSResponder/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2010/07/14 10:14:43 sbd Exp $ + +--- Clients/Makefile.orig 2008-09-05 17:37:08.000000000 +0000 ++++ Clients/Makefile +@@ -81,7 +81,7 @@ build: + mkdir build + + build/dns-sd: build dns-sd.c ClientCommon.c +- cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@ ++ cc $(filter %.c %.o, $+) $(LIBS) $(LDFLAGS) -I../mDNSShared -Wall -o $@ + + build/dns-sd64: build dns-sd.c ClientCommon.c + cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@ -m64 |