summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/netperf/files')
-rw-r--r--net-analyzer/netperf/files/digest-netperf-2.4.0-r13
-rw-r--r--net-analyzer/netperf/files/netperf-2.4.0-gcc41.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/netperf/files/digest-netperf-2.4.0-r1 b/net-analyzer/netperf/files/digest-netperf-2.4.0-r1
new file mode 100644
index 000000000000..7e957e9e25f6
--- /dev/null
+++ b/net-analyzer/netperf/files/digest-netperf-2.4.0-r1
@@ -0,0 +1,3 @@
+MD5 d43e757ca7fafcfac99274f046d46bca netperf-2.4.0.tar.gz 1511378
+RMD160 733cadf498a49267420d2648bfbaff56e4d54bbd netperf-2.4.0.tar.gz 1511378
+SHA256 7dcdd2b72f24a15a32f78525399a5be945b8aa2876b7546a39c1473c24d465e4 netperf-2.4.0.tar.gz 1511378
diff --git a/net-analyzer/netperf/files/netperf-2.4.0-gcc41.patch b/net-analyzer/netperf/files/netperf-2.4.0-gcc41.patch
new file mode 100644
index 000000000000..72da7e4cbcc2
--- /dev/null
+++ b/net-analyzer/netperf/files/netperf-2.4.0-gcc41.patch
@@ -0,0 +1,11 @@
+--- aclocal.m4 2005-05-11 19:57:20.000000000 +0300
++++ aclocal.m4 2006-03-19 19:42:03.000000000 +0200
+@@ -906,7 +906,7 @@
+ # "void *" as the second argument to getpeername
+ curl_cv_socklen_t_equiv=
+ for arg2 in "struct sockaddr" void; do
+- for t in int size_t unsigned long "unsigned long" socklen_t; do
++ for t in socklen_t int size_t unsigned long "unsigned long"; do
+ AC_TRY_COMPILE([
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>