summaryrefslogtreecommitdiff
path: root/net/ntopng/files/patch-Makefile.in
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-12-22 20:06:52 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2018-12-22 20:06:52 +0000
commita1b4f359a98e3e6d9a6c651d2fbad860e7aba43e (patch)
tree3ec9c854599e8aeff3b5c6368a6ef864d1732db2 /net/ntopng/files/patch-Makefile.in
parentUpdate to RC3 of Wine 4.0 which brings about two dozen bugfixes. (diff)
- Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221 - Add USES=localbase to ndpi - Silence portlint warnings - Update WWW links - Add UPDATING note about data directory change nDPI changelog: https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md ntopng changelog: https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
Notes
Notes: svn path=/head/; revision=488125
Diffstat (limited to 'net/ntopng/files/patch-Makefile.in')
-rw-r--r--net/ntopng/files/patch-Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntopng/files/patch-Makefile.in b/net/ntopng/files/patch-Makefile.in
index 8c35f1fb500a..7ad567d86d87 100644
--- a/net/ntopng/files/patch-Makefile.in
+++ b/net/ntopng/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2018-08-22 08:00:26 UTC
+--- Makefile.in.orig 2018-12-21 18:58:17 UTC
+++ Makefile.in
-@@ -99,7 +99,7 @@ ifeq (@NEDGE@, 0)
+@@ -95,7 +95,7 @@ ifeq (@NEDGE@, 0)
HAS_ZEROMQ=$(shell pkg-config --exists libzmq; echo $$?)
ifeq ($(HAS_ZEROMQ), 0)
ZEROMQ_INC = $(shell pkg-config --cflags libzmq)