diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-10-05 15:52:29 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-10-05 16:25:06 +0200 |
commit | cec3192098d304c236fb416de76ec9964fe629ac (patch) | |
tree | 55d20d59d21bbff76915a1a98f33853aaf2f5399 /net-libs/nDPI | |
parent | net-analyzer/ntopng: Clean up patches. (diff) | |
download | gentoo-cec3192098d304c236fb416de76ec9964fe629ac.tar.gz gentoo-cec3192098d304c236fb416de76ec9964fe629ac.tar.bz2 gentoo-cec3192098d304c236fb416de76ec9964fe629ac.zip |
net-libs/nDPI: Clean up patch.
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/nDPI')
-rw-r--r-- | net-libs/nDPI/files/nDPI-2.2-libcache-include.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch b/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch index 5ee089f46bf3..44d78e99f327 100644 --- a/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch +++ b/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch @@ -1,5 +1,5 @@ ---- src/include/Makefile.am.orig 2018-01-22 21:24:17.802100061 +0100 -+++ src/include/Makefile.am 2018-01-22 21:24:30.080100801 +0100 +--- a/src/include/Makefile.am ++++ b/src/include/Makefile.am @@ -7,4 +7,5 @@ ndpi_protocol_ids.h \ ndpi_protocols.h \ @@ -7,8 +7,8 @@ - ndpi_includes.h + ndpi_includes.h \ + libcache.h ---- src/include/ndpi_typedefs.h.orig 2018-01-22 21:27:35.994112009 +0100 -+++ src/include/ndpi_typedefs.h 2018-01-22 21:27:47.463112701 +0100 +--- a/src/include/ndpi_typedefs.h ++++ b/src/include/ndpi_typedefs.h @@ -25,7 +25,7 @@ #define __NDPI_TYPEDEFS_H__ @@ -18,8 +18,8 @@ #define BT_ANNOUNCE #define SNAP_EXT ---- src/lib/Makefile.am.orig 2018-01-22 21:34:57.055138600 +0100 -+++ src/lib/Makefile.am 2018-01-22 21:35:10.431139406 +0100 +--- a/src/lib/Makefile.am ++++ b/src/lib/Makefile.am @@ -12,7 +12,8 @@ ../include/ndpi_includes.h \ ../include/ndpi_protocol_ids.h \ |