summaryrefslogtreecommitdiff
path: root/net-mgmt/collectd5/files/patch-src__Makefile.in
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-02 09:04:44 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-02 09:04:44 +0000
commitd081961986dd18a78c82ebba45ba59149d1b7d49 (patch)
tree61d4ed8f3c2aae9673a86cc0fe57c24e5b6e39a3 /net-mgmt/collectd5/files/patch-src__Makefile.in
parentFix build by adding ICONV_CONFIGURE_BASE to CONFIGURE_ARGS (diff)
- Fix build with GCRYPT option by taking out -Werror
- Remove patches to Makefile.in and aclocal.m4 because they are regenerated Reported by: xjflyttp@gmail.com
Notes
Notes: svn path=/head/; revision=366979
Diffstat (limited to 'net-mgmt/collectd5/files/patch-src__Makefile.in')
-rw-r--r--net-mgmt/collectd5/files/patch-src__Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/collectd5/files/patch-src__Makefile.in b/net-mgmt/collectd5/files/patch-src__Makefile.in
deleted file mode 100644
index 70758c88c65b..000000000000
--- a/net-mgmt/collectd5/files/patch-src__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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 \