diff options
author | 2016-11-05 20:56:42 +0000 | |
---|---|---|
committer | 2016-11-05 20:56:42 +0000 | |
commit | 5113c5476c9e62ff1676b6d5ead988a06fb60538 (patch) | |
tree | df77922211b8d8a3cfd0411625e6f8c87dcc539d /app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch | |
parent | package.mask: Mask icu for testing (diff) | |
download | gentoo-5113c5476c9e62ff1676b6d5ead988a06fb60538.tar.gz gentoo-5113c5476c9e62ff1676b6d5ead988a06fb60538.tar.bz2 gentoo-5113c5476c9e62ff1676b6d5ead988a06fb60538.zip |
app-benchmarks/i7z: Bump to 93_p20131012, fixes bug #487784
Upstream's versioning has gone a bit weird and I don't really
understand it but it also seems dead so there seems little point in
asking.
Upstream probably didn't intend to support Qt5 but it does work with a
tiny patch against the project file.
The GUI segfault in bug #487784 isn't specific to hardened and only
goes away when you drop all -O* flags. This application is more
power-related than benchmark-related so this isn't a big deal.
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch')
-rw-r--r-- | app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch b/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch index 2d0a5a1e9b87..72695a951f7e 100644 --- a/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch +++ b/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch @@ -1,7 +1,7 @@ Index: Makefile =================================================================== ---- Makefile (revision 109) -+++ Makefile (working copy) +--- a/Makefile (revision 109) ++++ b/Makefile (working copy) @@ -19,7 +19,7 @@ CC ?= gcc |