summaryrefslogtreecommitdiff
path: root/app-crypt/dieharder/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-crypt/dieharder/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-crypt/dieharder/files')
-rw-r--r--app-crypt/dieharder/files/dieharder-3.31.1-build.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-crypt/dieharder/files/dieharder-3.31.1-build.patch b/app-crypt/dieharder/files/dieharder-3.31.1-build.patch
deleted file mode 100644
index 4cbd5021c77c..000000000000
--- a/app-crypt/dieharder/files/dieharder-3.31.1-build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/include/dieharder/libdieharder.h b/include/dieharder/libdieharder.h
-index 2138ebf..f6d471b 100644
---- a/include/dieharder/libdieharder.h
-+++ b/include/dieharder/libdieharder.h
-@@ -6,6 +6,8 @@
-
- #include "copyright.h"
-
-+#define _GNU_SOURCE
-+
- /* To enable large file support */
- #define _FILE_OFFSET_BITS 64
-
-@@ -16,13 +18,11 @@
- #include <sys/time.h>
-
- /* This turns on uint macro in c99 */
--#define __USE_MISC 1
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
-
- /* This turns on M_PI in math.h */
--#define __USE_BSD 1
- #include <math.h>
- #include <limits.h>
- #include <gsl/gsl_rng.h>