diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-05 09:40:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-05 09:40:34 +0000 |
commit | 7c1f20624fdff91fc5f75ffbdda462275f95344f (patch) | |
tree | c70125177ac864bf86b78fde9e842324dc7b17d4 /net/avahi/patches | |
parent | 91d5cd0be4966dc83ebbcb80083a0bdfc400ec15 (diff) | |
download | pkgsrc-7c1f20624fdff91fc5f75ffbdda462275f95344f.tar.gz |
Do not install initscripts. Unbreaks Linux build.
From Aleksey Cheusov in PR 40283.
Diffstat (limited to 'net/avahi/patches')
-rw-r--r-- | net/avahi/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/avahi/patches/patch-ae b/net/avahi/patches/patch-ae new file mode 100644 index 00000000000..8c7f19d8425 --- /dev/null +++ b/net/avahi/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.3 2009/03/05 09:40:34 wiz Exp $ + +--- Makefile.in.orig 2008-12-12 20:56:28.000000000 +0000 ++++ Makefile.in +@@ -525,7 +525,6 @@ SUBDIRS = \ + avahi-discover-standalone \ + avahi-daemon \ + avahi-sharp \ +- initscript \ + avahi-dnsconfd \ + avahi-utils \ + avahi-python \ |