summaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files/patch-src_Makefile.am
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-01-27 03:16:36 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-01-27 03:16:36 +0000
commit48f70e76d8e8e856e6e3fb945a073f9f7d0efecc (patch)
treee84f8102c61b62c9fbb52b519a1c74ea72a89cfe /net-mgmt/netdata/files/patch-src_Makefile.am
parentUpdate to 0.9.3 (diff)
new port: net-mgmt/netdata
NetData is scalable, distributed real-time performance and health monitoring. PR: 216497 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: lifanov, matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9351
Diffstat (limited to 'net-mgmt/netdata/files/patch-src_Makefile.am')
-rw-r--r--net-mgmt/netdata/files/patch-src_Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/netdata/files/patch-src_Makefile.am b/net-mgmt/netdata/files/patch-src_Makefile.am
new file mode 100644
index 000000000000..af5f92672d5a
--- /dev/null
+++ b/net-mgmt/netdata/files/patch-src_Makefile.am
@@ -0,0 +1,15 @@
+--- src/Makefile.am.orig 2017-01-22 19:49:22 UTC
++++ src/Makefile.am
+@@ -135,6 +135,12 @@ apps_plugin_SOURCES = \
+ web_buffer.c web_buffer.h \
+ $(NULL)
+
++if FREEBSD
++apps_plugin_SOURCES += \
++ plugin_freebsd.h \
++ $(NULL)
++endif
++
+ install-data-hook:
+ if [ `id -u` == 0 ]; then \
+ chown root '$(DESTDIR)$(pluginsdir)/apps.plugin' && \