From 5090cd21d581c8a8db0d2ea587c1743f945cbcf5 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 5 Jun 2010 19:40:22 +0000 Subject: - Unbreak && Fix build PR: 146579 Submitted by: Lucius Windschuh Approved by: bf@ (maintainer) --- .../files/patch-libdieharder__skein_block_ref.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 math/dieharder/files/patch-libdieharder__skein_block_ref.c (limited to 'math/dieharder/files/patch-libdieharder__skein_block_ref.c') diff --git a/math/dieharder/files/patch-libdieharder__skein_block_ref.c b/math/dieharder/files/patch-libdieharder__skein_block_ref.c new file mode 100644 index 000000000000..3a2afb4dd7eb --- /dev/null +++ b/math/dieharder/files/patch-libdieharder__skein_block_ref.c @@ -0,0 +1,16 @@ +--- libdieharder/skein_block_ref.c.orig 2010-05-16 21:20:59.000000000 -0400 ++++ libdieharder/skein_block_ref.c 2010-05-16 21:23:09.000000000 -0400 +@@ -121,6 +121,7 @@ + while (--blkCnt); + } + ++#ifdef TSC_TIME + typedef unsigned long long uint64; + + #if 1 +@@ -139,4 +140,5 @@ + } + + #endif ++#endif + -- cgit v1.2.3