diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-05-15 08:57:43 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-05-15 08:57:43 +0200 |
commit | 4c9c3d4f0266be323810007f6999c50adf346a61 (patch) | |
tree | 2bebdd92a87a1eb2830dc7fdd51df78788320e64 /net-analyzer/nfdump/files | |
parent | www-plugins/adobe-flash: Old. (diff) | |
download | gentoo-4c9c3d4f0266be323810007f6999c50adf346a61.tar.gz gentoo-4c9c3d4f0266be323810007f6999c50adf346a61.tar.bz2 gentoo-4c9c3d4f0266be323810007f6999c50adf346a61.zip |
net-analyzer/nfdump: Old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer/nfdump/files')
-rw-r--r-- | net-analyzer/nfdump/files/nfdump-1.6.12-test-dep.patch | 11 | ||||
-rw-r--r-- | net-analyzer/nfdump/files/nfdump-1.6.13-libft.patch | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/net-analyzer/nfdump/files/nfdump-1.6.12-test-dep.patch b/net-analyzer/nfdump/files/nfdump-1.6.12-test-dep.patch deleted file mode 100644 index 312809afe7a7..000000000000 --- a/net-analyzer/nfdump/files/nfdump-1.6.12-test-dep.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/bin/Makefile.am -+++ b/bin/Makefile.am -@@ -5,6 +5,8 @@ - check_PROGRAMMS = test.sh - TESTS = nftest test.sh - -+test.sh: nfgen -+ - if SFLOW - bin_PROGRAMS += sfcapd - endif diff --git a/net-analyzer/nfdump/files/nfdump-1.6.13-libft.patch b/net-analyzer/nfdump/files/nfdump-1.6.13-libft.patch deleted file mode 100644 index f6571505b965..000000000000 --- a/net-analyzer/nfdump/files/nfdump-1.6.13-libft.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -109,9 +109,8 @@ - if test ! -f "$WHERE_FTPATH/include/ftlib.h"; then - AC_MSG_ERROR(ftlib.h file not found in flow-tools directory '$WHERE_FTPATH'. Use --with-ftpath=PATH) - fi -- if test ! -f "$WHERE_FTPATH/lib/libft.a"; then -- AC_MSG_ERROR(libft.a not found in flow-tools directory '$WHERE_FTPATH'. Build flow tools first) -- fi -+ AC_CHECK_LIB([ft], [main],, -+ AC_MSG_ERROR(libft not found in flow-tools directory '$WHERE_FTPATH'. Build flow tools first)) - FT_INCLUDES="-I$WHERE_FTPATH/include -I$WHERE_FTPATH/lib" - FT_LDFLAGS="-L$WHERE_FTPATH/lib" - else |