diff options
Diffstat (limited to 'net-mgmt/collectd5/files/patch-src__Makefile.in')
-rw-r--r-- | net-mgmt/collectd5/files/patch-src__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/collectd5/files/patch-src__Makefile.in b/net-mgmt/collectd5/files/patch-src__Makefile.in new file mode 100644 index 000000000000..70758c88c65b --- /dev/null +++ b/net-mgmt/collectd5/files/patch-src__Makefile.in @@ -0,0 +1,11 @@ +--- ./src/Makefile.in.orig 2013-05-21 23:58:34.000000000 +0000 ++++ ./src/Makefile.in 2013-05-21 23:59:22.000000000 +0000 +@@ -2107,7 +2107,7 @@ + AM_CPPFLAGS = -DPREFIX='"${prefix}"' \ + -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \ + -DLOCALSTATEDIR='"${localstatedir}"' \ +- -DPKGLOCALSTATEDIR='"${localstatedir}/lib/${PACKAGE_NAME}"' \ ++ -DPKGLOCALSTATEDIR='"${localstatedir}/db/${PACKAGE_NAME}"' \ + $(am__append_2) -DPLUGINDIR='"${pkglibdir}"' \ + -DPKGDATADIR='"${pkgdatadir}"' + collectd_SOURCES = collectd.c collectd.h \ |