blob: c036ecfdf6078ad53b487a4e2aa764a2291f959b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
--- avahi-dnsconfd/Makefile.in.orig 2008-06-24 00:20:31.000000000 +0100
+++ avahi-dnsconfd/Makefile.in
@@ -367,7 +367,7 @@ top_srcdir = @top_srcdir@
@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_SOURCES = main.c
@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS)
@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(LIBDAEMON_LIBS)
-@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_SCRIPTS = avahi-dnsconfd.action
+@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_SCRIPTS =
EXTRA_DIST = avahi-dnsconfd.action
all: all-am
|