diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 19:40:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 19:40:22 +0000 |
commit | 5090cd21d581c8a8db0d2ea587c1743f945cbcf5 (patch) | |
tree | 0c43d4ed14bd98b149450923564fdcfef7c7f2fb /math/dieharder/files/patch-libdieharder__skein_block_ref.c | |
parent | - Fix seizes mouse cursor on right-click with Xorg-server 1.7.5 (diff) |
- Unbreak && Fix build
PR: 146579
Submitted by: Lucius Windschuh <lwindschuh@gmail.com>
Approved by: bf@ (maintainer)
Diffstat (limited to 'math/dieharder/files/patch-libdieharder__skein_block_ref.c')
-rw-r--r-- | math/dieharder/files/patch-libdieharder__skein_block_ref.c | 16 |
1 files changed, 16 insertions, 0 deletions
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 + |