diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-12-28 01:53:53 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-12-28 02:03:54 +0100 |
commit | 628e6667e91e0a1d5ef6b86fa1d0459b8b5c87d7 (patch) | |
tree | bcaec87f093ccffb99d255b169d740369eead86c /net-libs/nDPI | |
parent | net-firewall/arno-iptables-firewall: remove old (diff) | |
download | gentoo-628e6667e91e0a1d5ef6b86fa1d0459b8b5c87d7.tar.gz gentoo-628e6667e91e0a1d5ef6b86fa1d0459b8b5c87d7.tar.bz2 gentoo-628e6667e91e0a1d5ef6b86fa1d0459b8b5c87d7.zip |
net-libs/nDPI: Clean up patches
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/nDPI')
-rw-r--r-- | net-libs/nDPI/files/nDPI-2.8-fix-pkgconfigdir.patch | 4 | ||||
-rw-r--r-- | net-libs/nDPI/files/nDPI-2.8-relative-sym.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/nDPI/files/nDPI-2.8-fix-pkgconfigdir.patch b/net-libs/nDPI/files/nDPI-2.8-fix-pkgconfigdir.patch index 2604b8c34d8c..f6f805bbeeb1 100644 --- a/net-libs/nDPI/files/nDPI-2.8-fix-pkgconfigdir.patch +++ b/net-libs/nDPI/files/nDPI-2.8-fix-pkgconfigdir.patch @@ -1,5 +1,5 @@ ---- Makefile.am.orig 2018-10-08 19:04:23.241000607 -0600 -+++ Makefile.am 2018-10-08 19:04:46.710000661 -0600 +--- a/Makefile.am ++++ b/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src/lib example tests diff --git a/net-libs/nDPI/files/nDPI-2.8-relative-sym.patch b/net-libs/nDPI/files/nDPI-2.8-relative-sym.patch index b889d0546ba4..6a0230d65599 100644 --- a/net-libs/nDPI/files/nDPI-2.8-relative-sym.patch +++ b/net-libs/nDPI/files/nDPI-2.8-relative-sym.patch @@ -1,5 +1,5 @@ ---- src/lib/Makefile.in.orig 2019-08-20 07:34:29.667187396 +0200 -+++ src/lib/Makefile.in 2019-08-20 07:34:40.202187657 +0200 +--- a/src/lib/Makefile.in ++++ b/src/lib/Makefile.in @@ -61,7 +61,7 @@ install: $(NDPI_LIBS) mkdir -p $(DESTDIR)$(libdir) |