forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cyphesis-0.6.2-gentoo.patch
32 lines (28 loc) · 1.07 KB
/
cyphesis-0.6.2-gentoo.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff -ru cyphesis-0.6.0.orig/Makefile.am cyphesis-0.6.0/Makefile.am
--- cyphesis-0.6.0.orig/Makefile.am 2012-10-02 06:23:10.000000000 -0400
+++ cyphesis-0.6.0/Makefile.am 2012-11-12 16:54:19.306892135 -0500
@@ -3,7 +3,6 @@
tools tests man dox
docdir = $(datadir)/doc/cyphesis-$(VERSION)
-dist_doc_DATA = README COPYING AUTHORS THANKS NEWS FIXME
rulesetdir = $(datadir)/cyphesis/rulesets
diff -ru cyphesis-0.6.0.orig/configure.ac cyphesis-0.6.0/configure.ac
--- cyphesis-0.6.0.orig/configure.ac 2012-11-09 16:39:13.000000000 -0500
+++ cyphesis-0.6.0/configure.ac 2012-11-12 16:53:51.622839335 -0500
@@ -381,17 +381,6 @@
libraries required and where to obtain them.])
])
-PKG_CHECK_MODULES(AVAHI, avahi-client,
- [
- CPPFLAGS="$CPPFLAGS $AVAHI_CFLAGS"
- MDNS_LIBS="$MDNS_LIBS $AVAHI_LIBS"
- AC_DEFINE(HAVE_AVAHI, 1, [Define to 1 if you have avahi libs.])
- ],
- [
- AC_MSG_RESULT([no])
- AC_MSG_NOTICE([Ommiting DNS-SD functionality.])
- ])
-
AM_PATH_PSQL(7.1.0,
[
if test "$PG_CFLAGS" != "-I/usr/include"; then