diff options
author | 2020-11-20 19:47:28 -0700 | |
---|---|---|
committer | 2021-03-09 16:43:32 -0500 | |
commit | cdd8982b5fde70da005cb979a78519b01297d578 (patch) | |
tree | 5ea9b6e7c7db0c7752971b6ce0a2d13fdebd1915 /app-crypt/johntheripper-jumbo/files | |
parent | media-gfx/pngcrush: add ~arm, bug 774222 (diff) | |
download | gentoo-cdd8982b5fde70da005cb979a78519b01297d578.tar.gz gentoo-cdd8982b5fde70da005cb979a78519b01297d578.tar.bz2 gentoo-cdd8982b5fde70da005cb979a78519b01297d578.zip |
app-crypt/johntheripper-jumbo: fixes and cleanups
Fixed opencl compilation issue, installation of .pl helpers, a
broken documentation symlink, and removed ~amd64-linux KEYWORD
because its dependencies lack it, to keep `repoman full` happy.
Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://bugs.gentoo.org/732456
Closes: https://bugs.gentoo.org/713462
CLoses: https://bugs.gentoo.org/726432
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-crypt/johntheripper-jumbo/files')
-rw-r--r-- | app-crypt/johntheripper-jumbo/files/johntheripper-jumbo-1.9.0-opencl-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/johntheripper-jumbo/files/johntheripper-jumbo-1.9.0-opencl-fix.patch b/app-crypt/johntheripper-jumbo/files/johntheripper-jumbo-1.9.0-opencl-fix.patch new file mode 100644 index 000000000000..6fe7693276be --- /dev/null +++ b/app-crypt/johntheripper-jumbo/files/johntheripper-jumbo-1.9.0-opencl-fix.patch @@ -0,0 +1,12 @@ +--- a/src/opencl_common.h 2020-08-03 15:49:20.000000000 +0100 ++++ b/src/opencl_common.h 2020-08-03 15:55:23.081101690 +0100 +@@ -81,6 +81,9 @@ + + #ifndef CL_DEVICE_TOPOLOGY_AMD + #define CL_DEVICE_TOPOLOGY_AMD 0x4037 ++#endif ++ ++#ifndef CL_DEVICE_TOPOLOGY_TYPE_PCIE_AMD + typedef union { + struct { + cl_uint type; |