net-analyzer/ntopng: Remove false libzstd dependency
authorJeroen Roovers <jer@gentoo.org>
Sun, 19 Jan 2020 12:58:37 +0000 (13:58 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sun, 19 Jan 2020 13:39:36 +0000 (14:39 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch
net-analyzer/ntopng/ntopng-3.8.1-r3.ebuild [moved from net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild with 100% similarity]

index 91811d66bbd4af9ad13bdcc57c75b474dd75b961..12117d791bcde1fa596052a55093ba69230f3a40 100644 (file)
        else
                ZEROMQ_LIB = $(ZMQ_STATIC)
        endif
-@@ -107,9 +107,9 @@
+@@ -106,11 +106,6 @@
+       ZEROMQ_INC=-I$(ZEROMQ_HOME)/include
        ZEROMQ_LIB=$(ZEROMQ_HOME)/.libs/libzmq.a
   endif
+-
 - HAS_ZSTD=$(shell pkg-config --exists libzstd; echo $$?)
-+ HAS_ZSTD=$(shell $(PKG_CONFIG) --exists libzstd; echo $$?)
-  ifeq ($(HAS_ZSTD), 0)
+- ifeq ($(HAS_ZSTD), 0)
 -      ZSTD_LIB = $(shell pkg-config --libs libzstd)
-+      ZSTD_LIB = $(shell $(PKG_CONFIG) --libs libzstd)
-  endif
+- endif
  endif
  
+ ######