ports/net/ntopng/files/patch-Makefile.in
Guido Falsi 7ab256a73e - Update to newer upstream snapshot
- Silence portlint warning about variable ordering
2017-08-22 12:55:15 +00:00

11 lines
375 B
Text

--- Makefile.in.orig 2017-08-12 15:15:33 UTC
+++ Makefile.in
@@ -89,7 +89,7 @@ endif
HAS_ZEROMQ=$(shell pkg-config --exists libzmq; echo $$?)
ifeq ($(HAS_ZEROMQ), 0)
ZEROMQ_INC = $(shell pkg-config --cflags libzmq)
- ZMQ_STATIC=/usr/local/lib/libzmq.a
+ ZMQ_STATIC=/nonexistent
ifeq ($(wildcard $(ZMQ_STATIC)),)
ZEROMQ_LIB = $(shell pkg-config --libs libzmq)
else