summaryrefslogtreecommitdiff
path: root/net-mgmt/netdata/files/patch-src_Makefile.am
diff options
context:
space:
mode:
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' && \