pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mDNSResponder/patches Opps missed patch-ad
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ca7316bbc2b
branches: trunk
changeset: 577557:8ca7316bbc2b
user: sbd <sbd%pkgsrc.org@localhost>
date: Wed Jul 14 10:14:43 2010 +0000
description:
Opps missed patch-ad
diffstat:
net/mDNSResponder/patches/patch-ad | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 48b1d57a992f -r 8ca7316bbc2b net/mDNSResponder/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mDNSResponder/patches/patch-ad Wed Jul 14 10:14:43 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index